File tree Expand file tree Collapse file tree 2 files changed +3
-5
lines changed
trunk/include/swift/Basic Expand file tree Collapse file tree 2 files changed +3
-5
lines changed Original file line number Diff line number Diff line change 1
1
---
2
- refs/heads/master: e4cb1d709e9546a251383d73b3491fd4e651415c
2
+ refs/heads/master: 41195cd262762f2088ae5b3ef163578e22b15755
3
3
refs/heads/master-next: 203b3026584ecad859eb328b2e12490099409cd5
4
4
refs/tags/osx-passed: b6b74147ef8a386f532cf9357a1bde006e552c54
5
5
refs/tags/swift-2.2-SNAPSHOT-2015-12-01-a: 6bb18e013c2284f2b45f5f84f2df2887dc0f7dea
Original file line number Diff line number Diff line change @@ -150,10 +150,8 @@ class TreeScopedHashTableDetachedScope {
150
150
const ImplTy *getImpl () { return DetachedImpl; }
151
151
152
152
public:
153
- TreeScopedHashTableDetachedScope &operator =(
154
- const TreeScopedHashTableDetachedScope &) = default ;
155
- TreeScopedHashTableDetachedScope &operator =(
156
- TreeScopedHashTableDetachedScope &&) = default ;
153
+ TreeScopedHashTableDetachedScope &
154
+ operator =(TreeScopedHashTableDetachedScope &&) = default ;
157
155
158
156
TreeScopedHashTableDetachedScope () : DetachedImpl(0 ) {}
159
157
You can’t perform that action at this time.
0 commit comments