diff options
author | Stephen Kelly <steveire@gmail.com> | 2015-05-02 22:47:53 (GMT) |
---|---|---|
committer | Stephen Kelly <steveire@gmail.com> | 2015-06-06 07:35:55 (GMT) |
commit | 353e422b2ad3d51dfc6c6db968ebcece10cbcc8d (patch) | |
tree | a3d1b60c786df1956f57726d16d58e73ab0452bd /Source/cmake.h | |
parent | 00bfa047481ed9f75444cb4954d7d72f616aef0f (diff) | |
download | CMake-353e422b2ad3d51dfc6c6db968ebcece10cbcc8d.zip CMake-353e422b2ad3d51dfc6c6db968ebcece10cbcc8d.tar.gz CMake-353e422b2ad3d51dfc6c6db968ebcece10cbcc8d.tar.bz2 |
cmMakefile: Remove unused GetPolicies method.
Diffstat (limited to 'Source/cmake.h')
-rw-r--r-- | Source/cmake.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Source/cmake.h b/Source/cmake.h index 0fe7bfc..f0f9411 100644 --- a/Source/cmake.h +++ b/Source/cmake.h @@ -222,9 +222,6 @@ class cmake ///! this is called by generators to update the progress void UpdateProgress(const char *msg, float prog); - ///! get the cmake policies instance - cmPolicies *GetPolicies() {return this->Policies;} - ///! Get the variable watch object cmVariableWatch* GetVariableWatch() { return this->VariableWatch; } |