From 1db6b9bafdef09d6d1e41bd0ecb827472f2ad981 Mon Sep 17 00:00:00 2001 From: Joshua Spence Date: Wed, 3 Jun 2015 06:58:31 +1000 Subject: [PATCH] Remove unused PhabricatorObjectHandleConstants class Summary: This class is no longer used. Test Plan: `grep` Reviewers: epriestley, #blessed_reviewers Reviewed By: epriestley, #blessed_reviewers Subscribers: Korvin, epriestley Differential Revision: https://secure.phabricator.com/D13117 --- src/__phutil_library_map__.php | 1 - .../phid/handle/const/PhabricatorObjectHandleConstants.php | 3 --- 2 files changed, 4 deletions(-) delete mode 100644 src/applications/phid/handle/const/PhabricatorObjectHandleConstants.php diff --git a/src/__phutil_library_map__.php b/src/__phutil_library_map__.php index 56bd86823e..aa46ac9988 100644 --- a/src/__phutil_library_map__.php +++ b/src/__phutil_library_map__.php @@ -2137,7 +2137,6 @@ phutil_register_library_map(array( 'PhabricatorOAuthServerTestController' => 'applications/oauthserver/controller/PhabricatorOAuthServerTestController.php', 'PhabricatorOAuthServerTokenController' => 'applications/oauthserver/controller/PhabricatorOAuthServerTokenController.php', 'PhabricatorObjectHandle' => 'applications/phid/PhabricatorObjectHandle.php', - 'PhabricatorObjectHandleConstants' => 'applications/phid/handle/const/PhabricatorObjectHandleConstants.php', 'PhabricatorObjectHasAsanaSubtaskEdgeType' => 'applications/doorkeeper/edge/PhabricatorObjectHasAsanaSubtaskEdgeType.php', 'PhabricatorObjectHasAsanaTaskEdgeType' => 'applications/doorkeeper/edge/PhabricatorObjectHasAsanaTaskEdgeType.php', 'PhabricatorObjectHasContributorEdgeType' => 'applications/transactions/edges/PhabricatorObjectHasContributorEdgeType.php', diff --git a/src/applications/phid/handle/const/PhabricatorObjectHandleConstants.php b/src/applications/phid/handle/const/PhabricatorObjectHandleConstants.php deleted file mode 100644 index 411fb88c48..0000000000 --- a/src/applications/phid/handle/const/PhabricatorObjectHandleConstants.php +++ /dev/null @@ -1,3 +0,0 @@ -