diff options
author | Stephen Kelly <steveire@gmail.com> | 2015-05-03 08:10:15 (GMT) |
---|---|---|
committer | Stephen Kelly <steveire@gmail.com> | 2015-05-04 20:32:18 (GMT) |
commit | 05d8438860cac1c1ec2d1bcc325b8bc05c0cfcdc (patch) | |
tree | ce343520d76507d7ef03fae1810d4bf93b88a061 /Source/cmPolicies.h | |
parent | 6eaade8a827e2e120640f3fc2eb9999e2bca5992 (diff) | |
download | CMake-05d8438860cac1c1ec2d1bcc325b8bc05c0cfcdc.zip CMake-05d8438860cac1c1ec2d1bcc325b8bc05c0cfcdc.tar.gz CMake-05d8438860cac1c1ec2d1bcc325b8bc05c0cfcdc.tar.bz2 |
cmPolicies: Implement id to string conversion with XMacro.
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 e9881ac..df04fdf 100644 --- a/Source/cmPolicies.h +++ b/Source/cmPolicies.h @@ -254,7 +254,6 @@ public: ///! convert a string policy ID into a number bool GetPolicyID(const char *id, /* out */ cmPolicies::PolicyID &pid); - std::string GetPolicyIDString(cmPolicies::PolicyID pid); ///! Get the default status for a policy cmPolicies::PolicyStatus GetPolicyStatus(cmPolicies::PolicyID id); |