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:
@@ -346,7 +346,6 @@ clear_interpreter_hooks (void)
|
||||
deprecated_context_hook = 0;
|
||||
deprecated_target_wait_hook = 0;
|
||||
deprecated_call_command_hook = 0;
|
||||
deprecated_error_hook = 0;
|
||||
deprecated_error_begin_hook = 0;
|
||||
deprecated_command_loop_hook = 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user