mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-21 22:32:41 +01:00
Remove unused HeraldAdapter:buildTokenizerFieldValue()
Summary: This private function was added in https://we.phorge.it/rP715233fb611569b86f8fd4d8339a7e514c749d69. Its last use was removed in https://we.phorge.it/rP776caa507b15ef013d3d623d30b294181e2b4c11. Test Plan: Grep the code; run static code analysis. Reviewers: O1 Blessed Committers, valerio.bozzolan Reviewed By: O1 Blessed Committers, valerio.bozzolan Subscribers: tobiaswiese, valerio.bozzolan, Matthew, Cigaryno Differential Revision: https://we.phorge.it/D25785
This commit is contained in:
parent
9c684c80d6
commit
cf5abd9e4b
1 changed files with 0 additions and 10 deletions
|
@ -843,16 +843,6 @@ abstract class HeraldAdapter extends Phobject {
|
|||
return $impl->getHeraldActionValueType();
|
||||
}
|
||||
|
||||
private function buildTokenizerFieldValue(
|
||||
PhabricatorTypeaheadDatasource $datasource) {
|
||||
|
||||
$key = 'action.'.get_class($datasource);
|
||||
|
||||
return id(new HeraldTokenizerFieldValue())
|
||||
->setKey($key)
|
||||
->setDatasource($datasource);
|
||||
}
|
||||
|
||||
/* -( Repetition )--------------------------------------------------------- */
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue