diff options
author | Stephane Carrez <stcarrez@nerim.fr> | 2001-07-17 06:42:58 +0000 |
---|---|---|
committer | Stephane Carrez <stcarrez@nerim.fr> | 2001-07-17 06:42:58 +0000 |
commit | e42acc6bba327bf99ac7c21dd3ab836495e18bcf (patch) | |
tree | 605abd20f2c470e21d936e31670398a2a0a5dfdc /gdb/tui/tui-file.h | |
parent | 063190b6cbf154dd0eff78d07991b6a527441b92 (diff) | |
download | binutils-gdb-e42acc6bba327bf99ac7c21dd3ab836495e18bcf.tar.gz |
* tui-file.h (fputs_unfiltered_hook): Remove.
* tui-file.c (tui_file_flush): Remove fputs_unfiltered_hook.
(tui_file_fputs): Likewise; simplify
Diffstat (limited to 'gdb/tui/tui-file.h')
-rw-r--r-- | gdb/tui/tui-file.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/gdb/tui/tui-file.h b/gdb/tui/tui-file.h index 8c43645e6b1..ea0729716d2 100644 --- a/gdb/tui/tui-file.h +++ b/gdb/tui/tui-file.h @@ -26,9 +26,4 @@ extern struct ui_file *tui_sfileopen (int); extern char *tui_file_get_strbuf (struct ui_file *); extern void tui_file_adjust_strbuf (int, struct ui_file *); -/* NOTE: cagney/1999-10-14: fputs_unfiltered_hook is deprecated. Code - wanting to control GDB's output should override the gdb_std... - files. */ -extern void (*fputs_unfiltered_hook) (const char *linebuffer, - struct ui_file * stream); #endif |