1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2025-02-02 09:58:24 +01:00

Remove unused "getAllFunctionFields()" from Ferret

Summary: Ref T13511. This function does nothing interesting and has no callers.

Test Plan: Grepped for callers.

Maniphest Tasks: T13511

Differential Revision: https://secure.phabricator.com/D21126
This commit is contained in:
epriestley 2020-04-16 05:54:57 -07:00
parent 3573170dfa
commit b1b9c844ac

View file

@ -29,17 +29,6 @@ abstract class PhabricatorFerretEngine extends Phobject {
return $map[$function]['field'];
}
public function getAllFunctionFields() {
$map = $this->getFunctionMap();
$fields = array();
foreach ($map as $key => $spec) {
$fields[] = $spec['field'];
}
return $fields;
}
protected function getFunctionMap() {
return array(
'all' => array(