diff options
Diffstat (limited to 'gdb/inftarg.c')
-rw-r--r-- | gdb/inftarg.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/gdb/inftarg.c b/gdb/inftarg.c index 2160373..2e3d88e 100644 --- a/gdb/inftarg.c +++ b/gdb/inftarg.c @@ -34,7 +34,6 @@ #include <signal.h> #include <sys/types.h> #include <fcntl.h> -#include "observer.h" #include "gdb_wait.h" #include "inflow.h" @@ -210,10 +209,6 @@ child_attach (char *args, int from_tty) inferior_ptid = pid_to_ptid (pid); push_target (&deprecated_child_ops); - - /* Do this first, before anything has had a chance to query the - inferior's symbol table or similar. */ - observer_notify_inferior_created (¤t_target, from_tty); } #if !defined(CHILD_POST_ATTACH) |