We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 56024b3 commit 2145dedCopy full SHA for 2145ded
lib/AST/ASTContext.cpp
@@ -162,9 +162,6 @@ struct ASTContext::Implementation {
162
/// DenseMap.
163
llvm::MapVector<Identifier, ModuleDecl *> LoadedModules;
164
165
- /// The set of top-level modules we have loaded, indexed by ABI name.
166
- llvm::MapVector<Identifier, ModuleDecl *> LoadedModulesByABIName;
167
-
168
// FIXME: This is a StringMap rather than a StringSet because StringSet
169
// doesn't allow passing in a pre-existing allocator.
170
llvm::StringMap<Identifier::Aligner, llvm::BumpPtrAllocator&>
0 commit comments