diff options
author | Simon Marchi <simon.marchi@ericsson.com> | 2016-08-17 10:26:37 -0400 |
---|---|---|
committer | Simon Marchi <simon.marchi@ericsson.com> | 2016-08-17 10:26:37 -0400 |
commit | 9b19e39006796a4dc90f9801f44bb6f07fdb6386 (patch) | |
tree | ba11200bf6896666542cf96950c66d84ce0e291d /gdb/inferior.c | |
parent | 2c103b3d3b104557ac690a68a72105eeb7aae60e (diff) | |
download | gdb-9b19e39006796a4dc90f9801f44bb6f07fdb6386.zip gdb-9b19e39006796a4dc90f9801f44bb6f07fdb6386.tar.gz gdb-9b19e39006796a4dc90f9801f44bb6f07fdb6386.tar.bz2 |
Remove stale comment
This comment seems outdated, since exiting an inferior does not remove
it.
gdb/ChangeLog:
* inferior.c (exit_inferior_1): Remove comment.
Diffstat (limited to 'gdb/inferior.c')
-rw-r--r-- | gdb/inferior.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gdb/inferior.c b/gdb/inferior.c index 45b3141..6507ae7 100644 --- a/gdb/inferior.c +++ b/gdb/inferior.c @@ -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; |