]> git.ipfire.org Git - thirdparty/git.git/commitdiff
git-bisect: remove unused SHA-1 $x40 shell variable
authorÆvar Arnfjörð Bjarmason <avarab@gmail.com>
Sat, 11 Sep 2021 11:17:50 +0000 (13:17 +0200)
committerJunio C Hamano <gitster@pobox.com>
Sun, 12 Sep 2021 23:22:35 +0000 (16:22 -0700)
This variable was last used in code removed in
06f5608c14 (bisect--helper: `bisect_start` shell function partially in
C, 2019-01-02).

Signed-off-by: Ævar Arnfjörð Bjarmason <avarab@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
git-bisect.sh

index 6a7afaea8da09fa3fb3670d1a688421fbf152747..b59f3aaad438c80007be3d0c440f87c9467b6d7a 100755 (executable)
@@ -34,8 +34,6 @@ Please use "git help bisect" to get the full man page.'
 OPTIONS_SPEC=
 . git-sh-setup
 
-_x40='[0-9a-f][0-9a-f][0-9a-f][0-9a-f][0-9a-f]'
-_x40="$_x40$_x40$_x40$_x40$_x40$_x40$_x40$_x40"
 TERM_BAD=bad
 TERM_GOOD=good