* exec.c (xfer_memory): Remove redundant condition from 'if'.
2007-07-31 Michael Snyder <msnyder@access-company.com>
+ * exec.c (xfer_memory): Remove redundant condition from 'if'.
+
* symfile.c (reread_separate_symbols): Free xmalloced memory.
* printcmd.c (build_address_symbolic): Remove dead code and dead
for (p = target->to_sections; p < target->to_sections_end; p++)
{
- if (overlay_debugging && section && p->the_bfd_section &&
+ if (overlay_debugging && section &&
strcmp (section->name, p->the_bfd_section->name) != 0)
continue; /* not the section we need */
if (memaddr >= p->addr)