Skip to content

Commit

Permalink
git-cherry: remove unused variable
Browse files Browse the repository at this point in the history
Signed-off-by: Rene Scharfe <rene.scharfe@lsrfire.ath.cx>
Signed-off-by: Junio C Hamano <junkio@cox.net>
  • Loading branch information
Rene Scharfe authored and Junio C Hamano committed Aug 27, 2006
1 parent 9a8e35e commit bee597c
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions git-cherry.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit bee597c

Please sign in to comment.