diff options
Diffstat (limited to 'gdb/target.c')
-rw-r--r-- | gdb/target.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gdb/target.c b/gdb/target.c index d5ff932..fe7cb08 100644 --- a/gdb/target.c +++ b/gdb/target.c @@ -3168,7 +3168,6 @@ target_announce_detach (int from_tty) pid = inferior_ptid.pid (); printf_unfiltered (_("Detaching from program: %s, %s\n"), exec_file, target_pid_to_str (ptid_t (pid))); - gdb_flush (gdb_stdout); } /* The inferior process has died. Long live the inferior! */ |