summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRene Scharfe <rene.scharfe@lsrfire.ath.cx>2006-08-27 13:19:45 +0200
committerJunio C Hamano <junkio@cox.net>2006-08-27 15:32:11 -0700
commitbee597cb7fa40bd24ed8da8f3c581215ad38e15a (patch)
tree9c85f85f67f742e0664a1994448362c8e9dd52ff
parent9a8e35e98793af086f05d1ca9643052df9b44a74 (diff)
downloadgit-bee597cb7fa40bd24ed8da8f3c581215ad38e15a.tar.gz
git-cherry: remove unused variable
Signed-off-by: Rene Scharfe <rene.scharfe@lsrfire.ath.cx> Signed-off-by: Junio C Hamano <junkio@cox.net>
-rwxr-xr-xgit-cherry.sh3
1 files changed, 0 insertions, 3 deletions
diff --git a/git-cherry.sh b/git-cherry.sh
index f0e8831fa4..8832573fee 100755
--- a/git-cherry.sh
+++ b/git-cherry.sh
@@ -51,9 +51,6 @@ patch=$tmp-patch
mkdir $patch
trap "rm -rf $tmp-*" 0 1 2 3 15
-_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"
-
for c in $inup
do
git-diff-tree -p $c