mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
Remove NLOptions::NL_Known*
This commit is contained in:
@@ -486,7 +486,7 @@ void ModuleFile::getImportDecls(SmallVectorImpl<Decl *> &Results) {
|
||||
SmallVector<ValueDecl *, 8> Decls;
|
||||
TopLevelModule->lookupQualified(
|
||||
TopLevelModule, DeclNameRef(ScopeID),
|
||||
NL_QualifiedDefault | NL_KnownNoDependency, Decls);
|
||||
NL_QualifiedDefault, Decls);
|
||||
Optional<ImportKind> FoundKind = ImportDecl::findBestImportKind(Decls);
|
||||
assert(FoundKind.hasValue() &&
|
||||
"deserialized imports should not be ambiguous");
|
||||
|
||||
Reference in New Issue
Block a user