diff options
author | Pedro Alves <palves@redhat.com> | 2009-01-09 17:29:52 +0000 |
---|---|---|
committer | Pedro Alves <palves@redhat.com> | 2009-01-09 17:29:52 +0000 |
commit | 58d4abe16b37770aa4d5e0c6548b4ff039509d54 (patch) | |
tree | fdba37c3f2dcee13d284804a988030d4ed41c0ae /gdb/top.c | |
parent | e3cb3832093dc26fbd140363d5696f3ea918f238 (diff) | |
download | gdb-58d4abe16b37770aa4d5e0c6548b4ff039509d54.zip gdb-58d4abe16b37770aa4d5e0c6548b4ff039509d54.tar.gz gdb-58d4abe16b37770aa4d5e0c6548b4ff039509d54.tar.bz2 |
* 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.
Diffstat (limited to 'gdb/top.c')
-rw-r--r-- | gdb/top.c | 5 |
1 files changed, 0 insertions, 5 deletions
@@ -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 |