diff options
author | Stephen Kelly <steveire@gmail.com> | 2015-04-04 18:24:34 (GMT) |
---|---|---|
committer | Stephen Kelly <steveire@gmail.com> | 2015-04-05 08:26:10 (GMT) |
commit | 64556e3dfa4161b33110daba606439f2c7971b15 (patch) | |
tree | 4911adc81f9a6c4e2447335dc096205874eda940 /Source/cmCacheManager.h | |
parent | 23bb5d225b772f7e18dab16375c7620c99d62814 (diff) | |
download | CMake-64556e3dfa4161b33110daba606439f2c7971b15.zip CMake-64556e3dfa4161b33110daba606439f2c7971b15.tar.gz CMake-64556e3dfa4161b33110daba606439f2c7971b15.tar.bz2 |
cmCacheManager: Remove unused overloads.
Diffstat (limited to 'Source/cmCacheManager.h')
-rw-r--r-- | Source/cmCacheManager.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/Source/cmCacheManager.h b/Source/cmCacheManager.h index d9a9112..659d44a 100644 --- a/Source/cmCacheManager.h +++ b/Source/cmCacheManager.h @@ -105,17 +105,12 @@ public: static const char* TypeToString(CacheEntryType); static bool IsType(const char*); - ///! Load a cache for given makefile. Loads from ouput home. - bool LoadCache(cmMakefile*); ///! 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); bool LoadCache(const std::string& path, bool internal, std::set<std::string>& excludes, std::set<std::string>& includes); - ///! Save cache for given makefile. Saves to ouput home CMakeCache.txt. - bool SaveCache(cmMakefile*) ; ///! Save cache for given makefile. Saves to ouput path/CMakeCache.txt bool SaveCache(const std::string& path) ; |