mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2025-03-01 13:26:47 +08:00
Remove stale comment
This comment seems outdated, since exiting an inferior does not remove it. gdb/ChangeLog: * inferior.c (exit_inferior_1): Remove comment.
This commit is contained in:
parent
2c103b3d3b
commit
9b19e39006
@ -1,3 +1,7 @@
|
||||
2016-08-17 Simon Marchi <simon.marchi@ericsson.com>
|
||||
|
||||
* inferior.c (exit_inferior_1): Remove comment.
|
||||
|
||||
2016-08-15 Matthew Wahab <matthew.wahab@arm.com>
|
||||
|
||||
PR gdb/20457
|
||||
|
@ -249,8 +249,6 @@ exit_inferior_1 (struct inferior *inftoex, int silent)
|
||||
|
||||
iterate_over_threads (delete_thread_of_inferior, &arg);
|
||||
|
||||
/* Notify the observers before removing the inferior from the list,
|
||||
so that the observers have a chance to look it up. */
|
||||
observer_notify_inferior_exit (inf);
|
||||
|
||||
inf->pid = 0;
|
||||
|
Loading…
Reference in New Issue
Block a user