summaryrefslogtreecommitdiffstats
path: root/clang-tools-extra/modularize/ModularizeUtilities.h
diff options
context:
space:
mode:
authorJohn Thompson <John.Thompson.JTSoftware@gmail.com>2015-02-19 14:31:48 +0000
committerJohn Thompson <John.Thompson.JTSoftware@gmail.com>2015-02-19 14:31:48 +0000
commit3c9fb5221863f6d4946de55ed26e76e51f0efa68 (patch)
tree30f7377491a583a2e0886102ab41bbe5cd40b7f0 /clang-tools-extra/modularize/ModularizeUtilities.h
parentc56dcd52be9668def76f2ba4c5ef33b0c900fad6 (diff)
downloadbcm5719-llvm-3c9fb5221863f6d4946de55ed26e76e51f0efa68.tar.gz
bcm5719-llvm-3c9fb5221863f6d4946de55ed26e76e51f0efa68.zip
Pruned some unneeded code and comments.
llvm-svn: 229855
Diffstat (limited to 'clang-tools-extra/modularize/ModularizeUtilities.h')
-rw-r--r--clang-tools-extra/modularize/ModularizeUtilities.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/clang-tools-extra/modularize/ModularizeUtilities.h b/clang-tools-extra/modularize/ModularizeUtilities.h
index e40493ce039..31f76d09ea8 100644
--- a/clang-tools-extra/modularize/ModularizeUtilities.h
+++ b/clang-tools-extra/modularize/ModularizeUtilities.h
@@ -50,8 +50,6 @@ public:
llvm::SmallVector<std::string, 32> HeaderFileNames;
/// Map of top-level header file dependencies.
DependencyMap Dependencies;
- /// Set of all the headers found in the module map.
- llvm::StringSet<llvm::MallocAllocator> ModuleMapHeadersSet;
// Functions.
@@ -93,14 +91,14 @@ protected:
/// Collect module Map headers.
/// Walks the modules and collects referenced headers into
- /// ModuleMapHeadersSet.
+ /// HeaderFileNames.
/// \param ModMap A loaded module map object.
/// \return True if no errors.
bool collectModuleMapHeaders(clang::ModuleMap *ModMap);
/// Collect referenced headers from one module.
/// Collects the headers referenced in the given module into
- /// HeaderFileNames and ModuleMapHeadersSet.
+ /// HeaderFileNames.
/// \param Mod The module reference.
/// \return True if no errors.
bool collectModuleHeaders(const clang::Module &Mod);
OpenPOWER on IntegriCloud