Skip to content

Commit 6d446bd

Browse files
authored
Merge pull request swiftlang#23202 from gottesmm/pr-0525f4ab8178425504710b5509f04cc9b88f5cda
2 parents 9f22eef + 8c7fe94 commit 6d446bd

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

include/swift/Basic/TreeScopedHashTable.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -332,7 +332,6 @@ class TreeScopedHashTable {
332332
return false;
333333
}
334334

335-
public:
336335
V lookup(const ScopeTy &S, const K &Key) {
337336
const typename ScopeTy::ImplTy *CurrScope = S.getImpl();
338337
while (CurrScope) {

0 commit comments

Comments
 (0)