diff options
author | Jason Molenda <jmolenda@apple.com> | 1999-10-19 02:47:02 +0000 |
---|---|---|
committer | Jason Molenda <jmolenda@apple.com> | 1999-10-19 02:47:02 +0000 |
commit | 917317f4c6550f3f3e0001d0a9e5a6acd6a2d1be (patch) | |
tree | 3ecc5a5d86fef50ae8715adacf956a2011797441 /gdb/tui | |
parent | 446a06c9b8819b20be7704f0b540471d76959c66 (diff) | |
download | gdb-917317f4c6550f3f3e0001d0a9e5a6acd6a2d1be.zip gdb-917317f4c6550f3f3e0001d0a9e5a6acd6a2d1be.tar.gz gdb-917317f4c6550f3f3e0001d0a9e5a6acd6a2d1be.tar.bz2 |
import gdb-1999-10-18 snapshot
Diffstat (limited to 'gdb/tui')
-rw-r--r-- | gdb/tui/tui.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gdb/tui/tui.c b/gdb/tui/tui.c index 53b8452df..1e5593c 100644 --- a/gdb/tui/tui.c +++ b/gdb/tui/tui.c @@ -85,7 +85,6 @@ tuiInit (argv0) * the bottom of the screen (tuiTermUnsetup()). */ fputs_unfiltered_hook = NULL; - flush_hook = NULL; rl_initialize (); /* need readline initialization to * create termcap sequences */ |