]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
Remove a call to fflush
authorTom Tromey <tom@tromey.com>
Thu, 23 May 2024 17:54:52 +0000 (11:54 -0600)
committerTom Tromey <tom@tromey.com>
Sat, 15 Jun 2024 18:16:40 +0000 (12:16 -0600)
commit855dc4f2ac0ecac5936867a534f6c8992bee29a6
tree2a45fee2f1b107afc85e7927c7015e43ecc83ba4
parent97033da5070ba90ecc1ebb2a4659e129f17709bf
Remove a call to fflush

This TUI code calls fflush on stdout, but I don't believe this is
useful in gdb.
gdb/tui/tui-io.c