This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
Re: [RFC/PATCH] Clean up features/*.c unused vars
- From: Tom Tromey <tromey at redhat dot com>
- To: Sergio Durigan Junior <sergiodj at redhat dot com>
- Cc: gdb-patches at sourceware dot org
- Date: Wed, 25 Apr 2012 00:32:39 -0600
- Subject: Re: [RFC/PATCH] Clean up features/*.c unused vars
- References: <m3wr54pgqe.fsf@redhat.com>
>>>>> "Sergio" == Sergio Durigan Junior <sergiodj@redhat.com> writes:
Sergio> The logic I used was that the variables `field_type' and `type' were
Sergio> only being generated inside an specific loop, so I replicated the loop
Sergio> and checked some conditions in order to decide if the generation was
Sergio> going to occur. It should not be hard to follow the algorithm.
Looks good. This is ok.
Tom