mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-23 18:14:13 +08:00
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.
This commit is contained in:
parent
4d09c5b423
commit
43df09d937
@ -1,3 +1,8 @@
|
||||
2013-09-06 Andrew Burgess <aburgess@broadcom.com>
|
||||
|
||||
* tui/tui-io.c (tui_initialize_io): Remove legacy comment referring
|
||||
to deprecated_init_ui_hook.
|
||||
|
||||
2013-09-06 Andrew Burgess <aburgess@broadcom.com>
|
||||
|
||||
* cli/cli-interp.c (_initialize_cli_interp): Add a
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user