* corelow.c (core_close): Don't hardcode the core's pid.
[deliverable/binutils-gdb.git] / gdb / top.c
index a962aad10d959cde800deef8ca1b724da6efddb4..d5ef7067ab89ff77d390af959ee41a2e35211f04 100644 (file)
--- a/gdb/top.c
+++ b/gdb/top.c
@@ -283,11 +283,6 @@ void (*deprecated_set_hook) (struct cmd_list_element * c);
 
 void (*deprecated_context_hook) (int id);
 
-/* Takes control from error ().  Typically used to prevent longjmps out of the
-   middle of the GUI.  Usually used in conjunction with a catch routine.  */
-
-void (*deprecated_error_hook) (void);
-
 /* Handler for SIGHUP.  */
 
 #ifdef SIGHUP
This page took 0.025473 seconds and 4 git commands to generate.