diff options
author | Stephen Kelly <steveire@gmail.com> | 2015-04-06 11:32:00 (GMT) |
---|---|---|
committer | Stephen Kelly <steveire@gmail.com> | 2015-04-07 21:25:35 (GMT) |
commit | 1f2c12ebd196f3d23aa40d85c965654dbc36d0ad (patch) | |
tree | cf7bc91447ecfe4dfe87f95156e86ef0cc5803f6 /Source/cmMakefile.h | |
parent | 97c50a8dbd9f1ca5026f60e4a224e9a087e01f0e (diff) | |
download | CMake-1f2c12ebd196f3d23aa40d85c965654dbc36d0ad.zip CMake-1f2c12ebd196f3d23aa40d85c965654dbc36d0ad.tar.gz CMake-1f2c12ebd196f3d23aa40d85c965654dbc36d0ad.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 */ |