From: Doug Evans Date: Tue, 26 Jan 2010 23:56:53 +0000 (+0000) Subject: * breakpoint.c (bpstat_stop_status): Delete useless code. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=99cc78aa47c5f5a26126bdc83cd7e5157fd8eb05;p=binutils-gdb.git * breakpoint.c (bpstat_stop_status): Delete useless code. --- diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 8851c2b827d..41236eafc17 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,7 @@ +2010-01-27 Doug Evans + + * breakpoint.c (bpstat_stop_status): Delete useless code. + 2010-01-27 Jan Kratochvil * printcmd.c (display_uses_solib_p): Remove variable section. Access diff --git a/gdb/breakpoint.c b/gdb/breakpoint.c index d404ee7e8d5..0d558625709 100644 --- a/gdb/breakpoint.c +++ b/gdb/breakpoint.c @@ -3668,7 +3668,6 @@ bpstat_stop_status (struct address_space *aspace, } bs->next = NULL; /* Terminate the chain */ - bs = root_bs->next; /* Re-grab the head of the chain */ /* If we aren't stopping, the value of some hardware watchpoint may not have changed, but the intermediate memory locations we are