Get rid of deprecated_init_ui_hook
[deliverable/binutils-gdb.git] / gdb / main.c
index 477fd68c2ee1f80841849cc4dba56f4f2bf72a7d..aecd60afe6ca56b3f8ed3681eaf1ea06a464855a 100644 (file)
@@ -859,8 +859,7 @@ captured_main (void *data)
   /* Try to set up an alternate signal stack for SIGSEGV handlers.  */
   setup_alternate_signal_stack ();
 
-  /* Initialize all files.  Give the interpreter a chance to take
-     control of the console via the deprecated_init_ui_hook ().  */
+  /* Initialize all files.  */
   gdb_init (gdb_program_name);
 
   /* Now that gdb_init has created the initial inferior, we're in
This page took 0.024586 seconds and 4 git commands to generate.