From 2b6e34c1a3c5d787f478c32a359cfe50cb8114b8 Mon Sep 17 00:00:00 2001 From: Alex Riesen Date: Tue, 22 Nov 2005 15:58:41 +0100 Subject: remove unused variable It is just assigned, nothing more. Signed-off-by: Alex Riesen Signed-off-by: Junio C Hamano --- pack-redundant.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'pack-redundant.c') diff --git a/pack-redundant.c b/pack-redundant.c index 3b91838c45..59375f1b97 100644 --- a/pack-redundant.c +++ b/pack-redundant.c @@ -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) { -- cgit v1.2.3