diff options
author | Ben Boeckel <ben.boeckel@kitware.com> | 2010-11-22 20:14:21 (GMT) |
---|---|---|
committer | Ben Boeckel <ben.boeckel@kitware.com> | 2010-11-22 20:14:21 (GMT) |
commit | 90abc3a027ba68e3866e7cd0e2f8eebd528b6ccb (patch) | |
tree | 040ab8b45cf1d17df40d4c76fbcba0d2adb3cdd9 /Source/cmLoadCacheCommand.h | |
parent | 6fe8624b7ff39f8511f4f4d7ebcbc5681932a6a5 (diff) | |
download | CMake-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.h | 1 |
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); }; |