diff options
Diffstat (limited to 'gdb/nto-procfs.c')
-rw-r--r-- | gdb/nto-procfs.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gdb/nto-procfs.c b/gdb/nto-procfs.c index 40959d7..8108c0e 100644 --- a/gdb/nto-procfs.c +++ b/gdb/nto-procfs.c @@ -712,8 +712,6 @@ nto_procfs_target::attach (const char *args, int from_tty) else printf_unfiltered ("Attaching to %s\n", target_pid_to_str (ptid_t (pid))); - - gdb_flush (gdb_stdout); } inferior_ptid = do_attach (ptid_t (pid)); inf = current_inferior (); |