summaryrefslogtreecommitdiff
path: root/Source/cmCacheManager.h
diff options
context:
space:
mode:
authorStephen Kelly <steveire@gmail.com>2015-04-04 20:24:34 +0200
committerStephen Kelly <steveire@gmail.com>2015-04-05 10:26:10 +0200
commit64556e3dfa4161b33110daba606439f2c7971b15 (patch)
tree4911adc81f9a6c4e2447335dc096205874eda940 /Source/cmCacheManager.h
parent23bb5d225b772f7e18dab16375c7620c99d62814 (diff)
downloadcmake-64556e3dfa4161b33110daba606439f2c7971b15.tar.gz
cmCacheManager: Remove unused overloads.
Diffstat (limited to 'Source/cmCacheManager.h')
-rw-r--r--Source/cmCacheManager.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/Source/cmCacheManager.h b/Source/cmCacheManager.h
index d9a91123fb..659d44a790 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) ;