Skip to content

Commit 8c7fe94

Browse files
committed
[gardening] Eliminate unneeded public: in TreeScopedHashTable.
There is already a public: specifier some lines above this one. It is unneeded.
1 parent 32d5b32 commit 8c7fe94

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)