Eliminate pointless increment

This commit is contained in:
Panu Matilainen 2009-09-09 11:52:47 +03:00
parent 1bc60ab06e
commit cec0014138
1 changed files with 0 additions and 1 deletions

View File

@ -812,7 +812,6 @@ Header headerLoad(void * uh)
if (rdlen != dl)
goto errxit;
entry->rdlen = rdlen;
entry++;
h->indexUsed++;
} else {
int32_t rdl;