From 99cc78aa47c5f5a26126bdc83cd7e5157fd8eb05 Mon Sep 17 00:00:00 2001 From: Doug Evans Date: Tue, 26 Jan 2010 23:56:53 +0000 Subject: [PATCH] * breakpoint.c (bpstat_stop_status): Delete useless code. --- gdb/ChangeLog | 4 ++++ gdb/breakpoint.c | 1 - 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 8851c2b..41236ea 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 d404ee7..0d55862 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 -- 2.7.4