diff options
author | Stephen Kelly <steveire@gmail.com> | 2015-05-03 08:09:29 (GMT) |
---|---|---|
committer | Stephen Kelly <steveire@gmail.com> | 2015-05-04 20:32:17 (GMT) |
commit | a7ff97275159d094f55df481728a682c357bc438 (patch) | |
tree | 0527d2faf76790a1fc22136162c84a8a02cfb6f3 /Source/cmPolicies.h | |
parent | 953d1b00af3059b24c4dadf8c4717cb0d2260e36 (diff) | |
download | CMake-a7ff97275159d094f55df481728a682c357bc438.zip CMake-a7ff97275159d094f55df481728a682c357bc438.tar.gz CMake-a7ff97275159d094f55df481728a682c357bc438.tar.bz2 |
cmPolicies: Parse string for id conversion.
Remove now-unused PolicyStringMap.
Diffstat (limited to 'Source/cmPolicies.h')
-rw-r--r-- | Source/cmPolicies.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Source/cmPolicies.h b/Source/cmPolicies.h index 9de0298..a3654f1 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, |