Remove now-unused "LoadedClangModules" hack.

Swift SVN r6697
This commit is contained in:
Jordan Rose
2013-07-29 18:56:52 +00:00
parent 45bad83c54
commit 0b75d86d77
2 changed files with 1 additions and 6 deletions

View File

@@ -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;