diff --git a/src/__phutil_library_map__.php b/src/__phutil_library_map__.php index 25b3779cac..5e778b38ca 100644 --- a/src/__phutil_library_map__.php +++ b/src/__phutil_library_map__.php @@ -1438,7 +1438,6 @@ phutil_register_library_map(array( 'PhabricatorChatLogController' => 'applications/chatlog/controller/PhabricatorChatLogController.php', 'PhabricatorChatLogDAO' => 'applications/chatlog/storage/PhabricatorChatLogDAO.php', 'PhabricatorChatLogEvent' => 'applications/chatlog/storage/PhabricatorChatLogEvent.php', - 'PhabricatorChatLogEventType' => 'applications/chatlog/constants/PhabricatorChatLogEventType.php', 'PhabricatorChatLogQuery' => 'applications/chatlog/query/PhabricatorChatLogQuery.php', 'PhabricatorCommitBranchesField' => 'applications/repository/customfield/PhabricatorCommitBranchesField.php', 'PhabricatorCommitCustomField' => 'applications/repository/customfield/PhabricatorCommitCustomField.php', @@ -4591,7 +4590,6 @@ phutil_register_library_map(array( 'PhabricatorChatLogDAO', 'PhabricatorPolicyInterface', ), - 'PhabricatorChatLogEventType' => 'PhabricatorChatLogConstants', 'PhabricatorChatLogQuery' => 'PhabricatorCursorPagedPolicyAwareQuery', 'PhabricatorCommitBranchesField' => 'PhabricatorCommitCustomField', 'PhabricatorCommitCustomField' => 'PhabricatorCustomField', diff --git a/src/applications/chatlog/constants/PhabricatorChatLogEventType.php b/src/applications/chatlog/constants/PhabricatorChatLogEventType.php deleted file mode 100644 index 1782ef5852..0000000000 --- a/src/applications/chatlog/constants/PhabricatorChatLogEventType.php +++ /dev/null @@ -1,8 +0,0 @@ -