Remove a call to fflush

This TUI code calls fflush on stdout, but I don't believe this is
useful in gdb.
This commit is contained in:
Tom Tromey 2024-05-23 11:54:52 -06:00
parent 97033da507
commit 855dc4f2ac

View File

@ -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