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
1 changed files with 0 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue