summaryrefslogtreecommitdiffstats
path: root/Source/cmPolicies.h
diff options
context:
space:
mode:
authorStephen Kelly <steveire@gmail.com>2015-05-03 08:09:10 (GMT)
committerStephen Kelly <steveire@gmail.com>2015-05-03 08:09:10 (GMT)
commit953d1b00af3059b24c4dadf8c4717cb0d2260e36 (patch)
tree9f7906699d3beba9d1885d082efc8da4573c4a6d /Source/cmPolicies.h
parent2c10494ab3194e792ad69825cbb55d6644270dd0 (diff)
downloadCMake-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.h4
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