git-checkout-script: Remove unnecessary variable.
authorJunio C Hamano <junkio@cox.net>
Fri, 2 Sep 2005 17:39:57 +0000 (10:39 -0700)
committerJunio C Hamano <junkio@cox.net>
Fri, 2 Sep 2005 17:39:57 +0000 (10:39 -0700)
commit79882c2883267e16280d630730d6a8b5a86a8092
tree6cc1a3286f2a0b3d4f38d38298a0ec85c397c860
parent06ec2b4bb4ab9096d1304ba5a2ec388078dcdf7f
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 <junkio@cox.net>
git-checkout-script