diff options
author | Stephen Kelly <steveire@gmail.com> | 2015-10-10 13:13:08 (GMT) |
---|---|---|
committer | Stephen Kelly <steveire@gmail.com> | 2015-10-10 13:36:57 (GMT) |
commit | a02e53eb947b61dd25ecd139a213d4062fbc5b62 (patch) | |
tree | d675e21e34e48bfa2589443c2a272048765fd7da /Source/cmCacheManager.h | |
parent | bec3487fa94093e696be170c4d85567c3c934545 (diff) | |
download | CMake-a02e53eb947b61dd25ecd139a213d4062fbc5b62.zip CMake-a02e53eb947b61dd25ecd139a213d4062fbc5b62.tar.gz CMake-a02e53eb947b61dd25ecd139a213d4062fbc5b62.tar.bz2 |
Inline unary LoadCache.
Diffstat (limited to 'Source/cmCacheManager.h')
-rw-r--r-- | Source/cmCacheManager.h | 1 |
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); |