summaryrefslogtreecommitdiffstats
path: root/Source/cmCacheManager.h
diff options
context:
space:
mode:
authorStephen Kelly <steveire@gmail.com>2015-10-10 13:13:08 (GMT)
committerStephen Kelly <steveire@gmail.com>2015-10-10 13:36:57 (GMT)
commita02e53eb947b61dd25ecd139a213d4062fbc5b62 (patch)
treed675e21e34e48bfa2589443c2a272048765fd7da /Source/cmCacheManager.h
parentbec3487fa94093e696be170c4d85567c3c934545 (diff)
downloadCMake-a02e53eb947b61dd25ecd139a213d4062fbc5b62.zip
CMake-a02e53eb947b61dd25ecd139a213d4062fbc5b62.tar.gz
CMake-a02e53eb947b61dd25ecd139a213d4062fbc5b62.tar.bz2
Inline unary LoadCache.
Diffstat (limited to 'Source/cmCacheManager.h')
-rw-r--r--Source/cmCacheManager.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/Source/cmCacheManager.h b/Source/cmCacheManager.h
index b779ba3..76533b5 100644
--- a/Source/cmCacheManager.h
+++ b/Source/cmCacheManager.h
@@ -99,7 +99,6 @@ public:
}
///! Load a cache for given makefile. Loads from path/CMakeCache.txt.
- bool LoadCache(const std::string& path);
bool LoadCache(const std::string& path, bool internal,
std::set<std::string>& excludes,
std::set<std::string>& includes);