aboutsummaryrefslogtreecommitdiff
path: root/gdb/defs.h
diff options
context:
space:
mode:
authorPedro Alves <palves@redhat.com>2009-01-09 17:29:52 +0000
committerPedro Alves <palves@redhat.com>2009-01-09 17:29:52 +0000
commit58d4abe16b37770aa4d5e0c6548b4ff039509d54 (patch)
treefdba37c3f2dcee13d284804a988030d4ed41c0ae /gdb/defs.h
parente3cb3832093dc26fbd140363d5696f3ea918f238 (diff)
downloadfsf-binutils-gdb-58d4abe16b37770aa4d5e0c6548b4ff039509d54.zip
fsf-binutils-gdb-58d4abe16b37770aa4d5e0c6548b4ff039509d54.tar.gz
fsf-binutils-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/defs.h')
-rw-r--r--gdb/defs.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/gdb/defs.h b/gdb/defs.h
index 4465676..209b11d 100644
--- a/gdb/defs.h
+++ b/gdb/defs.h
@@ -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,