Remove empty implementations of describeAutomaticCapabilities()

Summary:
This has been replaced by `PolicyCodex` after D16830. Also:

  - Rebuild Celerity map to fix grumpy unit test.
  - Fix one issue on the policy exception workflow to accommodate the new code.

Test Plan:
  - `arc unit --everything`
  - Viewed policy explanations.
  - Viewed policy errors.

Reviewers: chad

Reviewed By: chad

Subscribers: hach-que, PHID-OPKG-gm6ozazyms6q6i22gyam

Differential Revision: https://secure.phabricator.com/D16831
This commit is contained in:
epriestley
2016-11-09 15:13:37 -08:00
parent 4811e6e7c1
commit 706c21375e
65 changed files with 67 additions and 297 deletions

View File

@@ -83,10 +83,6 @@ final class PhabricatorOAuthServerClient
return false;
}
public function describeAutomaticCapability($capability) {
return null;
}
/* -( PhabricatorApplicationTransactionInterface )------------------------- */