aboutsummaryrefslogtreecommitdiff
path: root/gdb/defs.h
diff options
context:
space:
mode:
authorJoel Brobecker <brobecker@adacore.com>2015-05-06 10:40:52 -0700
committerJoel Brobecker <brobecker@adacore.com>2015-05-06 10:48:59 -0700
commitf218b647aa21168473b973e3459258ba21ba8fbc (patch)
tree7f7d73cf8a4bb549f8a813ea4ed83d8d546d135f /gdb/defs.h
parentb30a0bc387d63a28362bb08c351da32b50228530 (diff)
downloadfsf-binutils-gdb-f218b647aa21168473b973e3459258ba21ba8fbc.zip
fsf-binutils-gdb-f218b647aa21168473b973e3459258ba21ba8fbc.tar.gz
fsf-binutils-gdb-f218b647aa21168473b973e3459258ba21ba8fbc.tar.bz2
Get rid of deprecated_init_ui_hook
This hook is no longer used, and can therefore be eliminated. gdb/ChangeLog: * defs.h (deprecated_init_ui_hook): Delete. Remove associated comment. * top.c (deprecated_init_ui_hook): Delete. (gdb_init): Remove handling of deprecated_init_ui_hook. * interps.c (clear_interpreter_hooks): Remove handling of deprecated_init_ui_hook. * main.c (captured_main): Update comment.
Diffstat (limited to 'gdb/defs.h')
-rw-r--r--gdb/defs.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/gdb/defs.h b/gdb/defs.h
index eda6741..29bb8c4 100644
--- a/gdb/defs.h
+++ b/gdb/defs.h
@@ -633,10 +633,6 @@ extern int watchdog;
/* * The name of the interpreter if specified on the command line. */
extern char *interpreter_p;
-/* If a given interpreter matches INTERPRETER_P then it should update
- deprecated_init_ui_hook with the per-interpreter implementation. */
-/* FIXME: deprecated_init_ui_hook should be moved here. */
-
struct target_waitstatus;
struct cmd_list_element;
@@ -644,7 +640,6 @@ extern void (*deprecated_pre_add_symbol_hook) (const char *);
extern void (*deprecated_post_add_symbol_hook) (void);
extern void (*selected_frame_level_changed_hook) (int);
extern int (*deprecated_ui_loop_hook) (int signo);
-extern void (*deprecated_init_ui_hook) (char *argv0);
extern void (*deprecated_show_load_progress) (const char *section,
unsigned long section_sent,
unsigned long section_size,