]> git.99rst.org Git - git.git/commitdiff
git-bisect: remove unused SHA-1 $x40 shell variable
authorÆvar Arnfjörð Bjarmason <redacted>
Sat, 11 Sep 2021 11:17:50 +0000 (13:17 +0200)
committerJunio C Hamano <redacted>
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 <redacted>
Signed-off-by: Junio C Hamano <redacted>
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
 
git clone https://git.99rst.org/PROJECT