This is the mail archive of the
binutils@sourceware.org
mailing list for the binutils project.
Re: [PATCH] elf.c, remove effectless increment
> On Wed, Jul 25, 2007 at 02:23:03PM -0700, msnyder@sonic.net wrote:
>> No point incrementing the pointer 's', which is
>> a) uninitialized
>> b) not used in the loop, and
>> c) assigned to right after the loop.
>>
>
>> 2007-07-25 Michael Snyder <msnyder@access-company.com>
>>
>> * elf.c (_bfd_elf_get_synthetic_symtab): Remove meaningless
>> pointer increment.
>
> OK.
Thanks, committed.