From: Alex Riesen Date: Tue, 22 Nov 2005 14:58:41 +0000 (+0100) Subject: remove unused variable X-Git-Tag: v0.99.9k^2~19 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=2b6e34c1a3c5d787f478c32a359cfe50cb8114b8;p=git.git remove unused variable It is just assigned, nothing more. Signed-off-by: Alex Riesen Signed-off-by: Junio C Hamano --- diff --git a/pack-redundant.c b/pack-redundant.c index 3b91838c4..59375f1b9 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) {