Skip to content

Commit 2963395

Browse files
avargitster
authored andcommitted
git-bisect: remove unused SHA-1 $x40 shell variable
This variable was last used in code removed in 06f5608 (bisect--helper: `bisect_start` shell function partially in C, 2019-01-02). Signed-off-by: Ævar Arnfjörð Bjarmason <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent be8d370 commit 2963395

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

git-bisect.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,6 @@ Please use "git help bisect" to get the full man page.'
3434
OPTIONS_SPEC=
3535
. git-sh-setup
3636

37-
_x40='[0-9a-f][0-9a-f][0-9a-f][0-9a-f][0-9a-f]'
38-
_x40="$_x40$_x40$_x40$_x40$_x40$_x40$_x40$_x40"
3937
TERM_BAD=bad
4038
TERM_GOOD=good
4139

0 commit comments

Comments
 (0)