summaryrefslogtreecommitdiff
path: root/git-bisect.sh
diff options
context:
space:
mode:
authorÆvar Arnfjörð Bjarmason <avarab@gmail.com>2021-09-11 11:17:50 (GMT)
committerJunio C Hamano <gitster@pobox.com>2021-09-12 23:22:35 (GMT)
commit296339549a52ee17c8e61429c081ac17fe81ac26 (patch)
tree5976ab3e2f68feb969dc7b880d1b841fc7c42487 /git-bisect.sh
parentbe8d370e3c0791e8b181ddc73cce37ff8356257c (diff)
downloadgit-296339549a52ee17c8e61429c081ac17fe81ac26.zip
git-296339549a52ee17c8e61429c081ac17fe81ac26.tar.gz
git-296339549a52ee17c8e61429c081ac17fe81ac26.tar.bz2
git-bisect: remove unused SHA-1 $x40 shell variable
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>
Diffstat (limited to 'git-bisect.sh')
-rwxr-xr-xgit-bisect.sh2
1 files changed, 0 insertions, 2 deletions
diff --git a/git-bisect.sh b/git-bisect.sh
index 6a7afae..b59f3aa 100755
--- a/git-bisect.sh
+++ b/git-bisect.sh
@@ -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