mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-27 03:54:41 +08:00
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:
parent
97033da507
commit
855dc4f2ac
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user