aboutsummaryrefslogtreecommitdiff
path: root/gdb/common/common-exceptions.h
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/common/common-exceptions.h')
-rw-r--r--gdb/common/common-exceptions.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/gdb/common/common-exceptions.h b/gdb/common/common-exceptions.h
index 398a2fb..54c6249 100644
--- a/gdb/common/common-exceptions.h
+++ b/gdb/common/common-exceptions.h
@@ -270,12 +270,6 @@ struct gdb_exception_RETURN_MASK_QUIT : public gdb_exception_RETURN_MASK_ALL
/* *INDENT-ON* */
-/* Hook to allow client-specific actions to be performed prior to
- throwing an exception. This function must be provided by the
- client, and will be called before any cleanups are run. */
-
-extern void prepare_to_throw_exception (void);
-
/* Throw an exception (as described by "struct gdb_exception"). Will
execute a LONG JUMP to the inner most containing exception handler
established using catch_exceptions() (or similar).