diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 8851c2b827..41236eafc1 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 d404ee7e8d..0d55862570 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