diff options
author | Stephen Kelly <steveire@gmail.com> | 2015-05-03 08:10:42 (GMT) |
---|---|---|
committer | Stephen Kelly <steveire@gmail.com> | 2015-05-04 20:32:20 (GMT) |
commit | 5641ba4fcaba322e6f189e33eaccc4621d6ba99d (patch) | |
tree | baf1f5f181584ccc152656fdae55f356150408f6 /Source/cmPolicies.h | |
parent | 3de54497030b7d8f40f219c0fdfe991e2a9041be (diff) | |
download | CMake-5641ba4fcaba322e6f189e33eaccc4621d6ba99d.zip CMake-5641ba4fcaba322e6f189e33eaccc4621d6ba99d.tar.gz CMake-5641ba4fcaba322e6f189e33eaccc4621d6ba99d.tar.bz2 |
cmPolicies: Remove unused cmPolicy class.
Diffstat (limited to 'Source/cmPolicies.h')
-rw-r--r-- | Source/cmPolicies.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/Source/cmPolicies.h b/Source/cmPolicies.h index 2b96939..50ffe81 100644 --- a/Source/cmPolicies.h +++ b/Source/cmPolicies.h @@ -223,9 +223,6 @@ class cmPolicy; class cmPolicies { public: - cmPolicies(); - ~cmPolicies(); - /// Status of a policy enum PolicyStatus { OLD, ///< Use old behavior @@ -281,10 +278,6 @@ public: /** Represent a set of policy values. */ typedef std::map<PolicyID, PolicyStatus> PolicyMap; - - private: - // might have to make these internal for VS6 not sure yet - std::map<PolicyID,cmPolicy *> Policies; }; #endif |