From 6221f9d90ff38460be1f8481a3268022c935534d Mon Sep 17 00:00:00 2001 From: Joshua Spence Date: Sat, 3 Jan 2015 09:04:28 +1100 Subject: [PATCH] Remove an unused class Summary: Self-explanatory. Test Plan: `grep` Reviewers: #blessed_reviewers, epriestley Reviewed By: #blessed_reviewers, epriestley Subscribers: Korvin, epriestley Differential Revision: https://secure.phabricator.com/D11153 --- src/__phutil_library_map__.php | 1 - src/applications/feed/constants/PhabricatorFeedConstants.php | 3 --- 2 files changed, 4 deletions(-) delete mode 100644 src/applications/feed/constants/PhabricatorFeedConstants.php diff --git a/src/__phutil_library_map__.php b/src/__phutil_library_map__.php index 8ec181f9fd..cef4846739 100644 --- a/src/__phutil_library_map__.php +++ b/src/__phutil_library_map__.php @@ -1720,7 +1720,6 @@ phutil_register_library_map(array( 'PhabricatorFeedApplication' => 'applications/feed/application/PhabricatorFeedApplication.php', 'PhabricatorFeedBuilder' => 'applications/feed/builder/PhabricatorFeedBuilder.php', 'PhabricatorFeedConfigOptions' => 'applications/feed/config/PhabricatorFeedConfigOptions.php', - 'PhabricatorFeedConstants' => 'applications/feed/constants/PhabricatorFeedConstants.php', 'PhabricatorFeedController' => 'applications/feed/controller/PhabricatorFeedController.php', 'PhabricatorFeedDAO' => 'applications/feed/storage/PhabricatorFeedDAO.php', 'PhabricatorFeedDetailController' => 'applications/feed/controller/PhabricatorFeedDetailController.php', diff --git a/src/applications/feed/constants/PhabricatorFeedConstants.php b/src/applications/feed/constants/PhabricatorFeedConstants.php deleted file mode 100644 index 4b21fa305d..0000000000 --- a/src/applications/feed/constants/PhabricatorFeedConstants.php +++ /dev/null @@ -1,3 +0,0 @@ -