diff options
-rw-r--r-- | Source/cmPolicies.cxx | 4 | ||||
-rw-r--r-- | Source/cmPolicies.h | 1 |
2 files changed, 0 insertions, 5 deletions
diff --git a/Source/cmPolicies.cxx b/Source/cmPolicies.cxx index 5424876..0f1c27e 100644 --- a/Source/cmPolicies.cxx +++ b/Source/cmPolicies.cxx @@ -9,10 +9,6 @@ #include <queue> #include <assert.h> -const char* cmPolicies::PolicyStatusNames[] = { - "OLD", "WARN", "NEW", "REQUIRED_IF_USED", "REQUIRED_ALWAYS" -}; - class cmPolicy { public: 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 |