diff options
author | Brad King <brad.king@kitware.com> | 2009-03-05 18:57:10 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2009-03-05 18:57:10 (GMT) |
commit | 83f39ba41b2c8969db2b44761d5fed363dc170b5 (patch) | |
tree | b82376b65640b4b595ed559c66e181317d00d351 /Source/cmake.h | |
parent | dcd1c5cd8ad4762c0360e6a15d5fa9d493d7c875 (diff) | |
download | CMake-83f39ba41b2c8969db2b44761d5fed363dc170b5.zip CMake-83f39ba41b2c8969db2b44761d5fed363dc170b5.tar.gz CMake-83f39ba41b2c8969db2b44761d5fed363dc170b5.tar.bz2 |
STYLE: Remove unused cmake::CacheVersionMatches
This remove the method completely since nothing uses it.
Diffstat (limited to 'Source/cmake.h')
-rw-r--r-- | Source/cmake.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Source/cmake.h b/Source/cmake.h index c9c66c2..0a9a6e1 100644 --- a/Source/cmake.h +++ b/Source/cmake.h @@ -398,8 +398,6 @@ protected: bool SuppressDevWarnings; bool DoSuppressDevWarnings; - ///! return true if the same cmake was used to make the cache. - bool CacheVersionMatches(); ///! read in a cmake list file to initialize the cache void ReadListFile(const char *path); |