diff --git a/src/repository/state/ArcanistGitLocalState.php b/src/repository/state/ArcanistGitLocalState.php --- a/src/repository/state/ArcanistGitLocalState.php +++ b/src/repository/state/ArcanistGitLocalState.php @@ -159,8 +159,4 @@ $api->execxLocal('stash drop'); } - private function getDisplayStashRef($stash_ref) { - return substr($stash_ref, 0, 12); - } - }