From: Tom Tromey Date: Thu, 23 May 2024 17:54:52 +0000 (-0600) Subject: Remove a call to fflush X-Git-Tag: binutils-2_43~386 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=855dc4f2ac0ecac5936867a534f6c8992bee29a6;p=thirdparty%2Fbinutils-gdb.git Remove a call to fflush This TUI code calls fflush on stdout, but I don't believe this is useful in gdb. --- diff --git a/gdb/tui/tui-io.c b/gdb/tui/tui-io.c index f962d7bdc82..e64f0ddce78 100644 --- a/gdb/tui/tui-io.c +++ b/gdb/tui/tui-io.c @@ -636,7 +636,6 @@ tui_redisplay_readline (void) tui_cmd_win ()->start_line -= height - 1; wrefresh (w); - fflush(stdout); } /* Readline callback to prepare the terminal. It is called once each