mirror of
https://we.phorge.it/source/phorge.git
synced 2025-02-12 23:08:37 +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:
parent
3573170dfa
commit
b1b9c844ac
1 changed files with 0 additions and 11 deletions
|
@ -29,17 +29,6 @@ abstract class PhabricatorFerretEngine extends Phobject {
|
||||||
return $map[$function]['field'];
|
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() {
|
protected function getFunctionMap() {
|
||||||
return array(
|
return array(
|
||||||
'all' => array(
|
'all' => array(
|
||||||
|
|
Loading…
Add table
Reference in a new issue