From a57535020436686d271e0d280ef9108dfe9e6398 Mon Sep 17 00:00:00 2001 From: Joshua Spence Date: Sat, 3 Jan 2015 12:23:18 +1100 Subject: [PATCH] Remove an unused class Summary: Self-explanatory. Test Plan: `grep` Reviewers: epriestley, #blessed_reviewers Reviewed By: epriestley, #blessed_reviewers Subscribers: Korvin, epriestley Differential Revision: https://secure.phabricator.com/D11164 --- src/__phutil_library_map__.php | 1 - .../chatlog/constants/PhabricatorChatLogConstants.php | 3 --- 2 files changed, 4 deletions(-) delete mode 100644 src/applications/chatlog/constants/PhabricatorChatLogConstants.php diff --git a/src/__phutil_library_map__.php b/src/__phutil_library_map__.php index 53146c3f1f..4b1fca55b5 100644 --- a/src/__phutil_library_map__.php +++ b/src/__phutil_library_map__.php @@ -1436,7 +1436,6 @@ phutil_register_library_map(array( 'PhabricatorChatLogChannelListController' => 'applications/chatlog/controller/PhabricatorChatLogChannelListController.php', 'PhabricatorChatLogChannelLogController' => 'applications/chatlog/controller/PhabricatorChatLogChannelLogController.php', 'PhabricatorChatLogChannelQuery' => 'applications/chatlog/query/PhabricatorChatLogChannelQuery.php', - 'PhabricatorChatLogConstants' => 'applications/chatlog/constants/PhabricatorChatLogConstants.php', 'PhabricatorChatLogController' => 'applications/chatlog/controller/PhabricatorChatLogController.php', 'PhabricatorChatLogDAO' => 'applications/chatlog/storage/PhabricatorChatLogDAO.php', 'PhabricatorChatLogEvent' => 'applications/chatlog/storage/PhabricatorChatLogEvent.php', diff --git a/src/applications/chatlog/constants/PhabricatorChatLogConstants.php b/src/applications/chatlog/constants/PhabricatorChatLogConstants.php deleted file mode 100644 index f71aa56da8..0000000000 --- a/src/applications/chatlog/constants/PhabricatorChatLogConstants.php +++ /dev/null @@ -1,3 +0,0 @@ -