diff options
author | Stephen Kelly <steveire@gmail.com> | 2015-04-04 18:42:28 (GMT) |
---|---|---|
committer | Stephen Kelly <steveire@gmail.com> | 2015-04-05 08:26:10 (GMT) |
commit | c37cf7fa9e0aa7f7c3a2b32457385a1caf37bc3c (patch) | |
tree | a8b906ec9a369728ad5dee728814db8a8ac59ee2 /Source/cmMakefile.h | |
parent | 64556e3dfa4161b33110daba606439f2c7971b15 (diff) | |
download | CMake-c37cf7fa9e0aa7f7c3a2b32457385a1caf37bc3c.zip CMake-c37cf7fa9e0aa7f7c3a2b32457385a1caf37bc3c.tar.gz CMake-c37cf7fa9e0aa7f7c3a2b32457385a1caf37bc3c.tar.bz2 |
cmCacheManager: Remove unused method
Diffstat (limited to 'Source/cmMakefile.h')
-rw-r--r-- | Source/cmMakefile.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Source/cmMakefile.h b/Source/cmMakefile.h index 7c2085a..920b6b7 100644 --- a/Source/cmMakefile.h +++ b/Source/cmMakefile.h @@ -78,9 +78,6 @@ public: bool VariableInitialized(const std::string& ) const; /* return true if a variable has been used */ bool VariableUsed(const std::string& ) const; - /** Return whether compatibility features needed for a version of - the cache or lower should be enabled. */ - bool NeedCacheCompatibility(int major, int minor) const; /** * Construct an empty makefile. |