git-reset: remove unused variable
authorRene Scharfe <rene.scharfe@lsrfire.ath.cx>
Sun, 27 Aug 2006 11:19:58 +0000 (13:19 +0200)
committerJunio C Hamano <junkio@cox.net>
Sun, 27 Aug 2006 22:32:37 +0000 (15:32 -0700)
Signed-off-by: Rene Scharfe <rene.scharfe@lsrfire.ath.cx>
Signed-off-by: Junio C Hamano <junkio@cox.net>
git-reset.sh

index 36fc8ce25b39682ba256a8d39bf9a393907ef43d..3133b5bd25ca7ad3c2a5451ee9c2e0f4514cd980 100755 (executable)
@@ -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