diff options
author | Stephen Kelly <steveire@gmail.com> | 2015-05-03 08:10:35 (GMT) |
---|---|---|
committer | Stephen Kelly <steveire@gmail.com> | 2015-05-04 20:32:19 (GMT) |
commit | e3a8c0291e6ae364365bfe48f12c6a5f4ec0e76f (patch) | |
tree | 528e6a189302ac01af386c9db055588f279f4472 /Source/cmPolicies.h | |
parent | cb765af0499d1ad51b7e4d3ff45f1e40d6ca843b (diff) | |
download | CMake-e3a8c0291e6ae364365bfe48f12c6a5f4ec0e76f.zip CMake-e3a8c0291e6ae364365bfe48f12c6a5f4ec0e76f.tar.gz CMake-e3a8c0291e6ae364365bfe48f12c6a5f4ec0e76f.tar.bz2 |
cmPolicies: Make private method file-static.
Diffstat (limited to 'Source/cmPolicies.h')
-rw-r--r-- | Source/cmPolicies.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/Source/cmPolicies.h b/Source/cmPolicies.h index df04fdf..2b96939 100644 --- a/Source/cmPolicies.h +++ b/Source/cmPolicies.h @@ -285,10 +285,6 @@ public: private: // might have to make these internal for VS6 not sure yet std::map<PolicyID,cmPolicy *> Policies; - - void DiagnoseAncientPolicies(std::vector<PolicyID> const& ancient, - unsigned int majorVer, unsigned int minorVer, - unsigned int patchVer, cmMakefile* mf); }; #endif |