remove unused variable
authorAlex Riesen <raa.lkml@gmail.com>
Tue, 22 Nov 2005 14:58:41 +0000 (15:58 +0100)
committerJunio C Hamano <junkio@cox.net>
Tue, 22 Nov 2005 20:38:23 +0000 (12:38 -0800)
It is just assigned, nothing more.

Signed-off-by: Alex Riesen <ariesen@harmanbecker.com>
Signed-off-by: Junio C Hamano <junkio@cox.net>
pack-redundant.c

index 3b91838..59375f1 100644 (file)
@@ -493,12 +493,10 @@ static void load_all_objects(void)
 {
        struct pack_list *pl = local_packs;
        struct llist_item *hint, *l;
-       int i;
 
        llist_init(&all_objects);
 
        while (pl) {
-               i = 0;
                hint = NULL;
                l = pl->all_objects->front;
                while (l) {