Remove dead increment

This commit is contained in:
Lucas De Marchi 2012-04-26 11:42:27 -03:00
parent 20c6e18c37
commit 4321590770

View File

@ -705,7 +705,6 @@ static int kmod_elf_get_symbols_symtab(const struct kmod_elf *elf, struct kmod_m
a[count].symbol = itr;
memcpy(itr, strings + last, slen);
itr[slen] = '\0';
itr += slen + 1;
count++;
}