aboutsummaryrefslogtreecommitdiff
path: root/gdb/tui/tui-io.c
diff options
context:
space:
mode:
authorAndrew Burgess <aburgess@broadcom.com>2013-09-06 10:12:20 +0000
committerAndrew Burgess <aburgess@broadcom.com>2013-09-06 10:12:20 +0000
commit43df09d9373b3e235948e67093ad93f417e3b02b (patch)
treee2f834c4cafc18ee3d5ae5dea655dea444b1b779 /gdb/tui/tui-io.c
parent4d09c5b4239111b21fd6ee20054c71b260c3b8ae (diff)
downloadgdb-43df09d9373b3e235948e67093ad93f417e3b02b.zip
gdb-43df09d9373b3e235948e67093ad93f417e3b02b.tar.gz
gdb-43df09d9373b3e235948e67093ad93f417e3b02b.tar.bz2
OBVIOUS: Remove legacy comment referring to deprecated_init_ui_hook.
gdb/ChangeLog * tui/tui-io.c (tui_initialize_io): Remove legacy comment referring to deprecated_init_ui_hook.
Diffstat (limited to 'gdb/tui/tui-io.c')
-rw-r--r--gdb/tui/tui-io.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/gdb/tui/tui-io.c b/gdb/tui/tui-io.c
index f255fdf..19b0291 100644
--- a/gdb/tui/tui-io.c
+++ b/gdb/tui/tui-io.c
@@ -609,8 +609,7 @@ tui_initialize_io (void)
tui_stderr = tui_fileopen (stderr);
tui_out = tui_out_new (tui_stdout);
- /* Create the default UI. It is not created because we installed a
- deprecated_init_ui_hook. */
+ /* Create the default UI. */
tui_old_uiout = cli_out_new (gdb_stdout);
#ifdef TUI_USE_PIPE_FOR_READLINE