From 79882c2883267e16280d630730d6a8b5a86a8092 Mon Sep 17 00:00:00 2001 From: Junio C Hamano Date: Fri, 2 Sep 2005 10:39:57 -0700 Subject: [PATCH 1/1] git-checkout-script: Remove unnecessary variable. There was unused variable $i that counted the number of arguments being processed. Remove it. Signed-off-by: Junio C Hamano --- git-checkout-script | 1 - 1 file changed, 1 deletion(-) diff --git a/git-checkout-script b/git-checkout-script index 9feff149..b31ded71 100755 --- a/git-checkout-script +++ b/git-checkout-script @@ -37,7 +37,6 @@ while [ "$#" != "0" ]; do fi ;; esac - i=$(($i+1)) done [ -z "$new" ] && new=$old -- 2.11.0