summaryrefslogtreecommitdiff
path: root/gdb/top.c
diff options
context:
space:
mode:
authoraburgess <aburgess>2013-09-05 16:46:56 +0000
committeraburgess <aburgess>2013-09-05 16:46:56 +0000
commit0728124a5ff4f99f7f6083ddc004a0c6853df869 (patch)
tree7b42ad60ccf25f847092eedb78fea430c02ba6ce /gdb/top.c
parent50bbcd63620eb5818309f801780bf8b96cbfc515 (diff)
downloadgdb-0728124a5ff4f99f7f6083ddc004a0c6853df869.tar.gz
Remove deprecated_command_loop_hook.
https://sourceware.org/ml/gdb-patches/2013-09/msg00174.html gdb/ChangeLog * gdb/defs.h (deprecated_command_loop_hook): Remove, including references in comments. * gdb/interps.c (current_interp_command_loop): No longer use deprecated_command_loop_hook. (clear_interpreter_hooks): Remove deprecated_command_loop_hook setup. * gdb/top.c (deprecated_command_loop_hook): Remove.
Diffstat (limited to 'gdb/top.c')
-rw-r--r--gdb/top.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/gdb/top.c b/gdb/top.c
index bb712636579..b3e7d375360 100644
--- a/gdb/top.c
+++ b/gdb/top.c
@@ -199,11 +199,6 @@ void (*deprecated_init_ui_hook) (char *argv0);
int (*deprecated_ui_loop_hook) (int);
-/* Called instead of command_loop at top level. Can be invoked via
- throw_exception(). */
-
-void (*deprecated_command_loop_hook) (void);
-
/* Called from print_frame_info to list the line we stopped in. */