Skip to content
This repository was archived by the owner on Jan 10, 2023. It is now read-only.

Commit 903fd71

Browse files
committed
Don't Serialize dynamicLookup Dependencies in Modules
These are effectively uses from the perspective of a client module.
1 parent fe6dfbf commit 903fd71

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

lib/AST/FrontendSourceFileDepGraphFactory.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -538,6 +538,4 @@ void ModuleDepGraphFactory::addAllDefinedDecls() {
538538
declFinder.potentialMemberHolders);
539539
addAllDefinedDeclsOfAGivenType<NodeKind::member>(
540540
declFinder.valuesInExtensions);
541-
addAllDefinedDeclsOfAGivenType<NodeKind::dynamicLookup>(
542-
declFinder.classMembers);
543541
}

0 commit comments

Comments
 (0)