| commit | 0a6b9eefc211bc6af718d65adb260c056f3c6659 | [log] [tgz] |
|---|---|---|
| author | Tom Tromey <tom@tromey.com> | Fri Apr 26 10:32:07 2024 -0600 |
| committer | Tom Tromey <tom@tromey.com> | Tue May 14 13:02:03 2024 -0600 |
| tree | 3002c7964c296675eac143ff5ccb368c7dee5353 | |
| parent | ad666becfe075ca7c831ebbf4b44526994395e97 [diff] |
Remove fflush call from tui_refresh_cmd_win tui_refresh_cmd_win calls fflush, but there's a comment explaining that the reason for the call is unknown. This patch removes the call. I don't think it can be useful, since gdb doesn't generally use stdout in this way -- only through ui_file.