From cfadc4145900137e42846ee43c9209f877c70a5b Mon Sep 17 00:00:00 2001 From: Joshua Spence Date: Fri, 2 Jan 2015 11:34:33 +1100 Subject: [PATCH] Remove an unused class Summary: This class is no longer used after D7370. Test Plan: `grep` Reviewers: #blessed_reviewers, epriestley Reviewed By: #blessed_reviewers, epriestley Subscribers: Korvin, epriestley Differential Revision: https://secure.phabricator.com/D11129 --- src/__phutil_library_map__.php | 1 - .../project/constants/PhabricatorProjectConstants.php | 3 --- 2 files changed, 4 deletions(-) delete mode 100644 src/applications/project/constants/PhabricatorProjectConstants.php diff --git a/src/__phutil_library_map__.php b/src/__phutil_library_map__.php index e02091ae57..ce33d30bae 100644 --- a/src/__phutil_library_map__.php +++ b/src/__phutil_library_map__.php @@ -2139,7 +2139,6 @@ phutil_register_library_map(array( 'PhabricatorProjectColumnTransactionQuery' => 'applications/project/query/PhabricatorProjectColumnTransactionQuery.php', 'PhabricatorProjectConfigOptions' => 'applications/project/config/PhabricatorProjectConfigOptions.php', 'PhabricatorProjectConfiguredCustomField' => 'applications/project/customfield/PhabricatorProjectConfiguredCustomField.php', - 'PhabricatorProjectConstants' => 'applications/project/constants/PhabricatorProjectConstants.php', 'PhabricatorProjectController' => 'applications/project/controller/PhabricatorProjectController.php', 'PhabricatorProjectCustomField' => 'applications/project/customfield/PhabricatorProjectCustomField.php', 'PhabricatorProjectCustomFieldNumericIndex' => 'applications/project/storage/PhabricatorProjectCustomFieldNumericIndex.php', diff --git a/src/applications/project/constants/PhabricatorProjectConstants.php b/src/applications/project/constants/PhabricatorProjectConstants.php deleted file mode 100644 index ae9381e67c..0000000000 --- a/src/applications/project/constants/PhabricatorProjectConstants.php +++ /dev/null @@ -1,3 +0,0 @@ -