remove unused variable

It is just assigned, nothing more.

Signed-off-by: Alex Riesen <ariesen@harmanbecker.com>
Signed-off-by: Junio C Hamano <junkio@cox.net>
This commit is contained in:
Alex Riesen 2005-11-22 15:58:41 +01:00 committed by Junio C Hamano
parent 60435f68bb
commit 2b6e34c1a3

View 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) {