Skip to content

Commit 52ebe09

Browse files
committed
Don't mix internal and @_implementationOnly
1 parent 7bc02d6 commit 52ebe09

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/Sema/ImportResolution.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -578,7 +578,6 @@ ModuleImplicitImportsRequest::evaluate(Evaluator &evaluator,
578578
ImportedModule(headerModule), SourceLoc(), ImportFlags::Exported);
579579
if (ctx.ClangImporterOpts.BridgingHeaderIsInternal) {
580580
import.accessLevel = AccessLevel::Internal;
581-
import.options |= ImportFlags::ImplementationOnly;
582581
}
583582

584583
imports.emplace_back(import);

0 commit comments

Comments
 (0)