git-reset: remove unused variable

Signed-off-by: Rene Scharfe <rene.scharfe@lsrfire.ath.cx>
Signed-off-by: Junio C Hamano <junkio@cox.net>
maint
Rene Scharfe 2006-08-27 13:19:58 +02:00 committed by Junio C Hamano
parent bee597cb7f
commit 2e6183840e
1 changed files with 0 additions and 3 deletions

View File

@ -3,9 +3,6 @@
USAGE='[--mixed | --soft | --hard] [<commit-ish>]'
. git-sh-setup

tmp=${GIT_DIR}/reset.$$
trap 'rm -f $tmp-*' 0 1 2 3 15

update=
reset_type=--mixed
case "$1" in