diff options
author | Stephen Kelly <steveire@gmail.com> | 2015-05-03 08:08:04 (GMT) |
---|---|---|
committer | Stephen Kelly <steveire@gmail.com> | 2015-05-03 08:08:04 (GMT) |
commit | fd0aa7434b010c496e09d8013b192b7df453979a (patch) | |
tree | 2218edfc4cf4ec544fcac446ce417c50e73b487b /Source/cmPolicies.h | |
parent | a3291fe8ecb95c891a34c1844557cbfa2bb89e2d (diff) | |
download | CMake-fd0aa7434b010c496e09d8013b192b7df453979a.zip CMake-fd0aa7434b010c496e09d8013b192b7df453979a.tar.gz CMake-fd0aa7434b010c496e09d8013b192b7df453979a.tar.bz2 |
cmPolicies: Remove unused static data.
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 557880e..dbad805 100644 --- a/Source/cmPolicies.h +++ b/Source/cmPolicies.h @@ -41,7 +41,6 @@ public: REQUIRED_IF_USED, REQUIRED_ALWAYS ///< Issue an error unless user sets policy status to NEW. }; - static const char* PolicyStatusNames[]; /// Policy identifiers enum PolicyID |