diff options
author | Jim Kingdon <jkingdon@engr.sgi.com> | 1995-04-12 00:16:35 +0000 |
---|---|---|
committer | Jim Kingdon <jkingdon@engr.sgi.com> | 1995-04-12 00:16:35 +0000 |
commit | 0c0c911b03a01063edab4226c9f71bbe83f195a3 (patch) | |
tree | 7456f62fe9c7b9ecc385d4bed531e783bcbef9bc /gdb/top.c | |
parent | 98df091243ac34dc41ec9fd3c69bfe20016b57f4 (diff) | |
download | gdb-0c0c911b03a01063edab4226c9f71bbe83f195a3.zip gdb-0c0c911b03a01063edab4226c9f71bbe83f195a3.tar.gz gdb-0c0c911b03a01063edab4226c9f71bbe83f195a3.tar.bz2 |
* top.c, utils.c, defs.h: Remove error_hook. It is currently
unused and would need to hook into error_begin()/return_to_top_level(),
instead of error(), if it were to be used.
Diffstat (limited to 'gdb/top.c')
-rw-r--r-- | gdb/top.c | 6 |
1 files changed, 0 insertions, 6 deletions
@@ -417,12 +417,6 @@ int (*target_wait_hook) PARAMS ((int pid, struct target_waitstatus *status)); void (*call_command_hook) PARAMS ((struct cmd_list_element *c, char *cmd, int from_tty)); - -/* Takes control from error (). Typically used to prevent longjmps out of the - middle of the GUI. Usually used in conjunction with a catch routine. */ - -NORETURN void (*error_hook) PARAMS (()); - /* Where to go for return_to_top_level (RETURN_ERROR). */ jmp_buf error_return; |