diff options
author | Stephen Kelly <steveire@gmail.com> | 2015-04-06 11:32:00 (GMT) |
---|---|---|
committer | Stephen Kelly <steveire@gmail.com> | 2015-04-06 15:58:54 (GMT) |
commit | 08c642c6ae47fd075fe1060fc0e28d8a24cc3c00 (patch) | |
tree | c4887cdd0e1991d8833923ddfdad7dd7986dbfd8 /Source/cmMakefile.h | |
parent | cec8f97e5717fac279d310f3f0b9e849a0e59706 (diff) | |
download | CMake-08c642c6ae47fd075fe1060fc0e28d8a24cc3c00.zip CMake-08c642c6ae47fd075fe1060fc0e28d8a24cc3c00.tar.gz CMake-08c642c6ae47fd075fe1060fc0e28d8a24cc3c00.tar.bz2 |
cmMakefile: Remove cache version accessors.
They are only used by legacy code. Inline them there to simplify
cmMakefile.
Diffstat (limited to 'Source/cmMakefile.h')
-rw-r--r-- | Source/cmMakefile.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/Source/cmMakefile.h b/Source/cmMakefile.h index 920b6b7..5209891 100644 --- a/Source/cmMakefile.h +++ b/Source/cmMakefile.h @@ -62,14 +62,6 @@ class cmMakefile class Internals; cmsys::auto_ptr<Internals> Internal; public: - /** - * Return the major and minor version of the cmake that - * was used to write the currently loaded cache, note - * this method will not work before the cache is loaded. - */ - unsigned int GetCacheMajorVersion() const; - unsigned int GetCacheMinorVersion() const; - /* Check for unused variables in this scope */ void CheckForUnusedVariables() const; /* Mark a variable as used */ |