mirror of
https://we.phorge.it/source/arcanist.git
synced 2024-11-09 16:32:39 +01:00
Remove unused ArcanistGitLocalState::getDisplayStashRef()
Summary: This private function is unused. 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/D25783
This commit is contained in:
parent
3f893c1484
commit
995072b31f
1 changed files with 0 additions and 4 deletions
|
@ -159,8 +159,4 @@ final class ArcanistGitLocalState
|
|||
$api->execxLocal('stash drop');
|
||||
}
|
||||
|
||||
private function getDisplayStashRef($stash_ref) {
|
||||
return substr($stash_ref, 0, 12);
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue