Remove some ui_file_* functions
[deliverable/binutils-gdb.git] / gdb / remote.c
index 34a8a08f5624b4bc822df2d758352a5373e73b34..4a70ab3fb0d1b6c9f67a2619be2d8f3ee3884f58 100644 (file)
@@ -6845,9 +6845,9 @@ remote_console_output (const char *msg)
 
       tb[0] = c;
       tb[1] = 0;
-      ui_file_puts (gdb_stdtarg, tb);
+      gdb_stdtarg->puts (tb);
     }
-  ui_file_flush (gdb_stdtarg);
+  gdb_stdtarg->flush ();
 }
 
 struct stop_reply : public notif_event
This page took 0.024662 seconds and 4 git commands to generate.