1
0
Fork 0
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:
Andre Klapper 2024-08-16 08:37:38 +02:00
parent 3f893c1484
commit 995072b31f

View file

@ -159,8 +159,4 @@ final class ArcanistGitLocalState
$api->execxLocal('stash drop');
}
private function getDisplayStashRef($stash_ref) {
return substr($stash_ref, 0, 12);
}
}