Skip to content

Commit

Permalink
git-reset: 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 bee597c commit 2e61838
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions git-reset.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2e61838

Please sign in to comment.