Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F14385169
D11134.id26736.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
1 KB
Referenced Files
None
Subscribers
None
D11134.id26736.diff
View Options
diff --git a/src/__phutil_library_map__.php b/src/__phutil_library_map__.php
--- a/src/__phutil_library_map__.php
+++ b/src/__phutil_library_map__.php
@@ -1722,7 +1722,6 @@
'PhabricatorFeedStoryPublisher' => 'applications/feed/PhabricatorFeedStoryPublisher.php',
'PhabricatorFeedStoryReference' => 'applications/feed/storage/PhabricatorFeedStoryReference.php',
'PhabricatorFeedStoryStatus' => 'applications/feed/story/PhabricatorFeedStoryStatus.php',
- 'PhabricatorFeedStoryTypeConstants' => 'applications/feed/constants/PhabricatorFeedStoryTypeConstants.php',
'PhabricatorFile' => 'applications/files/storage/PhabricatorFile.php',
'PhabricatorFileBundleLoader' => 'applications/files/query/PhabricatorFileBundleLoader.php',
'PhabricatorFileCommentController' => 'applications/files/controller/PhabricatorFileCommentController.php',
@@ -4899,7 +4898,6 @@
'PhabricatorFeedStoryPhriction' => 'PhabricatorFeedStory',
'PhabricatorFeedStoryReference' => 'PhabricatorFeedDAO',
'PhabricatorFeedStoryStatus' => 'PhabricatorFeedStory',
- 'PhabricatorFeedStoryTypeConstants' => 'PhabricatorFeedConstants',
'PhabricatorFile' => array(
'PhabricatorFileDAO',
'PhabricatorApplicationTransactionInterface',
diff --git a/src/applications/feed/constants/PhabricatorFeedStoryTypeConstants.php b/src/applications/feed/constants/PhabricatorFeedStoryTypeConstants.php
deleted file mode 100644
--- a/src/applications/feed/constants/PhabricatorFeedStoryTypeConstants.php
+++ /dev/null
@@ -1,9 +0,0 @@
-<?php
-
-final class PhabricatorFeedStoryTypeConstants
- extends PhabricatorFeedConstants {
-
- const STORY_PHRICTION = 'PhabricatorFeedStoryPhriction';
- const STORY_COMMIT = 'PhabricatorFeedStoryCommit';
-
-}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sun, Dec 22, 11:16 AM (19 h, 8 m)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
6918152
Default Alt Text
D11134.id26736.diff (1 KB)
Attached To
Mode
D11134: Remove an unused class
Attached
Detach File
Event Timeline
Log In to Comment