mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-27 03:51:15 +08:00
* breakpoint.c (bpstat_stop_status): Delete useless code.
This commit is contained in:
parent
52334bf503
commit
99cc78aa47
@ -1,3 +1,7 @@
|
||||
2010-01-27 Doug Evans <dje@google.com>
|
||||
|
||||
* breakpoint.c (bpstat_stop_status): Delete useless code.
|
||||
|
||||
2010-01-27 Jan Kratochvil <jan.kratochvil@redhat.com>
|
||||
|
||||
* printcmd.c (display_uses_solib_p): Remove variable section. Access
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user