Small fix to gdb.Value constructor doc
[deliverable/binutils-gdb.git] / gdb / darwin-nat.c
index 8c34aa8a3f2cf3a71dfe35f7559bda5eeab7cd4b..0b7cfb69dc805d3e6b565e2a67a5ac1d7d3d6498 100644 (file)
@@ -2056,8 +2056,6 @@ darwin_nat_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);
     }
 
   if (pid == 0 || ::kill (pid, 0) < 0)
This page took 0.036566 seconds and 4 git commands to generate.