From 8dd2babb562aff4db947becdeeba3fd2fa1cca12 Mon Sep 17 00:00:00 2001 From: Panu Matilainen Date: Wed, 9 Sep 2009 11:38:28 +0300 Subject: [PATCH] Eliminate yet another unused variable in header code --- lib/header.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/lib/header.c b/lib/header.c index f437c06..9602976 100644 --- a/lib/header.c +++ b/lib/header.c @@ -790,7 +790,6 @@ Header headerLoad(void * uh) unsigned char * dataEnd; indexEntry entry; int rdlen; - int i; /* Sanity checks on header intro. */ if (hdrchkTags(il) || hdrchkData(dl)) @@ -812,7 +811,6 @@ Header headerLoad(void * uh) h = headerLink(h); entry = h->index; - i = 0; if (!(htonl(pe->tag) < HEADER_I18NTABLE)) { h->flags |= HEADERFLAG_LEGACY; entry->info.type = REGION_TAG_TYPE; -- 2.7.4