summaryrefslogtreecommitdiff
path: root/Source/cmPolicies.h
diff options
context:
space:
mode:
authorStephen Kelly <steveire@gmail.com>2015-05-03 10:09:29 +0200
committerStephen Kelly <steveire@gmail.com>2015-05-04 22:32:17 +0200
commita7ff97275159d094f55df481728a682c357bc438 (patch)
tree0527d2faf76790a1fc22136162c84a8a02cfb6f3 /Source/cmPolicies.h
parent953d1b00af3059b24c4dadf8c4717cb0d2260e36 (diff)
downloadcmake-a7ff97275159d094f55df481728a682c357bc438.tar.gz
cmPolicies: Parse string for id conversion.
Remove now-unused PolicyStringMap.
Diffstat (limited to 'Source/cmPolicies.h')
-rw-r--r--Source/cmPolicies.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/Source/cmPolicies.h b/Source/cmPolicies.h
index 9de0298d30..a3654f1d37 100644
--- a/Source/cmPolicies.h
+++ b/Source/cmPolicies.h
@@ -159,7 +159,6 @@ public:
private:
// might have to make these internal for VS6 not sure yet
std::map<PolicyID,cmPolicy *> Policies;
- std::map<std::string,PolicyID> PolicyStringMap;
void DiagnoseAncientPolicies(std::vector<PolicyID> const& ancient,
unsigned int majorVer, unsigned int minorVer,