diff options
author | Stephen Kelly <steveire@gmail.com> | 2015-05-03 08:09:10 (GMT) |
---|---|---|
committer | Stephen Kelly <steveire@gmail.com> | 2015-05-03 08:09:10 (GMT) |
commit | 953d1b00af3059b24c4dadf8c4717cb0d2260e36 (patch) | |
tree | 9f7906699d3beba9d1885d082efc8da4573c4a6d /Source/cmPolicies.h | |
parent | 2c10494ab3194e792ad69825cbb55d6644270dd0 (diff) | |
download | CMake-953d1b00af3059b24c4dadf8c4717cb0d2260e36.zip CMake-953d1b00af3059b24c4dadf8c4717cb0d2260e36.tar.gz CMake-953d1b00af3059b24c4dadf8c4717cb0d2260e36.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 ba8a120..9de0298 100644 --- a/Source/cmPolicies.h +++ b/Source/cmPolicies.h @@ -164,10 +164,6 @@ public: void DiagnoseAncientPolicies(std::vector<PolicyID> const& ancient, unsigned int majorVer, unsigned int minorVer, unsigned int patchVer, cmMakefile* mf); - - bool GetPolicyDefault(cmMakefile* mf, std::string const& policy, - cmPolicies::PolicyStatus* defaultStatus); - }; #endif |