diff options
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); |