File tree Expand file tree Collapse file tree 1 file changed +0
-15
lines changed Expand file tree Collapse file tree 1 file changed +0
-15
lines changed Original file line number Diff line number Diff line change @@ -926,21 +926,6 @@ class swift::MemberLookupTable {
926
926
dump (llvm::errs ());
927
927
}
928
928
929
- // Mark all Decls in this table as not-resident in a table, drop
930
- // references to them. Should only be called when this was not fully-populated
931
- // from an IterableDeclContext.
932
- void clear () {
933
- // LastExtensionIncluded would only be non-null if this was populated from
934
- // an IterableDeclContext (though it might still be null in that case).
935
- assert (LastExtensionIncluded == nullptr );
936
- for (auto const &i : Lookup) {
937
- for (auto d : i.getSecond ()) {
938
- d->setAlreadyInLookupTable (false );
939
- }
940
- }
941
- Lookup.clear ();
942
- }
943
-
944
929
// Only allow allocation of member lookup tables using the allocator in
945
930
// ASTContext or by doing a placement new.
946
931
void *operator new (size_t Bytes, ASTContext &C,
You can’t perform that action at this time.
0 commit comments