OBVIOUS: Remove legacy comment referring to deprecated_init_ui_hook.
authorAndrew Burgess <aburgess@broadcom.com>
Fri, 6 Sep 2013 10:12:20 +0000 (10:12 +0000)
committerAndrew Burgess <aburgess@broadcom.com>
Fri, 6 Sep 2013 10:12:20 +0000 (10:12 +0000)
gdb/ChangeLog

* tui/tui-io.c (tui_initialize_io): Remove legacy comment referring
to deprecated_init_ui_hook.

gdb/ChangeLog
gdb/tui/tui-io.c

index e4ebab8617860900f232eb5bc6d7dd0ec9a0f228..73032e264e20c57ebc5680395020840ef7a87f25 100644 (file)
@@ -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
index f255fdf64457758dab724b400cf690e8006b7e4b..19b02916b5a11a3c40995a5092f4101a4a5b22ab 100644 (file)
@@ -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
This page took 0.028336 seconds and 4 git commands to generate.