From e68b6deccbad0d6188e73ab2b36f496bc412fbba Mon Sep 17 00:00:00 2001 From: epriestley Date: Tue, 5 Aug 2014 12:02:22 -0700 Subject: [PATCH] Remove PHID_TYPE_ACMT Summary: Ref T4896. This was used by the old audit comment storage, which is now defunct. Test Plan: Grepped for callsites in the codebase. Reviewers: joshuaspence, btrahan Reviewed By: btrahan Subscribers: epriestley Maniphest Tasks: T4896 Differential Revision: https://secure.phabricator.com/D10152 --- src/applications/phid/PhabricatorPHIDConstants.php | 1 - 1 file changed, 1 deletion(-) diff --git a/src/applications/phid/PhabricatorPHIDConstants.php b/src/applications/phid/PhabricatorPHIDConstants.php index 4591d3608e..808ad7fdb5 100644 --- a/src/applications/phid/PhabricatorPHIDConstants.php +++ b/src/applications/phid/PhabricatorPHIDConstants.php @@ -6,7 +6,6 @@ final class PhabricatorPHIDConstants { const PHID_TYPE_UNKNOWN = '????'; const PHID_TYPE_MAGIC = '!!!!'; const PHID_TYPE_STRY = 'STRY'; - const PHID_TYPE_ACMT = 'ACMT'; const PHID_TYPE_TOBJ = 'TOBJ'; const PHID_TYPE_ACNT = 'ACNT'; const PHID_TYPE_PDCT = 'PDCT';