forked from Imagelibrary/binutils-gdb
* defs.h (deprecated_error_hook): Delete declaration.
* interps.c (clear_interpreter_hooks): Adjust. * remote-sim.c (gdb_os_error): Don't try to call deprecated_error_hook. No need to call exit anymore. * top.c (deprecated_error_hook): Delete.
This commit is contained in:
@@ -1109,8 +1109,6 @@ extern void (*deprecated_call_command_hook) (struct cmd_list_element * c,
|
||||
|
||||
extern void (*deprecated_set_hook) (struct cmd_list_element * c);
|
||||
|
||||
extern void (*deprecated_error_hook) (void);
|
||||
|
||||
extern void (*deprecated_error_begin_hook) (void);
|
||||
|
||||
extern int (*deprecated_ui_load_progress_hook) (const char *section,
|
||||
|
||||
Reference in New Issue
Block a user