Use cmCacheManager to load entries from the cache

This commit is contained in:
Ben Boeckel
2010-11-22 15:14:21 -05:00
parent 6fe8624b7f
commit 90abc3a027
2 changed files with 3 additions and 37 deletions

View File

@@ -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);
};