summaryrefslogtreecommitdiffstats
path: root/Source/cmLoadCacheCommand.h
diff options
context:
space:
mode:
authorBen Boeckel <ben.boeckel@kitware.com>2010-11-22 20:14:21 (GMT)
committerBen Boeckel <ben.boeckel@kitware.com>2010-11-22 20:14:21 (GMT)
commit90abc3a027ba68e3866e7cd0e2f8eebd528b6ccb (patch)
tree040ab8b45cf1d17df40d4c76fbcba0d2adb3cdd9 /Source/cmLoadCacheCommand.h
parent6fe8624b7ff39f8511f4f4d7ebcbc5681932a6a5 (diff)
downloadCMake-90abc3a027ba68e3866e7cd0e2f8eebd528b6ccb.zip
CMake-90abc3a027ba68e3866e7cd0e2f8eebd528b6ccb.tar.gz
CMake-90abc3a027ba68e3866e7cd0e2f8eebd528b6ccb.tar.bz2
Use cmCacheManager to load entries from the cache
Diffstat (limited to 'Source/cmLoadCacheCommand.h')
-rw-r--r--Source/cmLoadCacheCommand.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/Source/cmLoadCacheCommand.h b/Source/cmLoadCacheCommand.h
index b06d94d..8ecee4a 100644
--- a/Source/cmLoadCacheCommand.h
+++ b/Source/cmLoadCacheCommand.h
@@ -83,7 +83,6 @@ protected:
bool ReadWithPrefix(std::vector<std::string> const& args);
void CheckLine(const char* line);
- bool ParseEntry(const char* entry, std::string& var, std::string& value);
};