mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Remove now-unused "LoadedClangModules" hack.
Swift SVN r6697
This commit is contained in:
@@ -149,10 +149,6 @@ public:
|
||||
/// LoadedModules - The set of modules we have loaded.
|
||||
llvm::StringMap<Module*> LoadedModules;
|
||||
|
||||
/// \brief The set of Clang modules we have loaded.
|
||||
/// FIXME: Just a silly hack for IRGen.
|
||||
llvm::SmallVector<ClangModule *, 4> LoadedClangModules;
|
||||
|
||||
/// TheBuiltinModule - The builtin module.
|
||||
Module * const TheBuiltinModule;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user