summaryrefslogtreecommitdiffstats
path: root/Source/cmPolicies.h
diff options
context:
space:
mode:
authorStephen Kelly <steveire@gmail.com>2015-05-03 08:08:04 (GMT)
committerStephen Kelly <steveire@gmail.com>2015-05-03 08:08:04 (GMT)
commitfd0aa7434b010c496e09d8013b192b7df453979a (patch)
tree2218edfc4cf4ec544fcac446ce417c50e73b487b /Source/cmPolicies.h
parenta3291fe8ecb95c891a34c1844557cbfa2bb89e2d (diff)
downloadCMake-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.h1
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