aboutsummaryrefslogtreecommitdiff
path: root/gdb/common/common-exceptions.c
diff options
context:
space:
mode:
authorTom Tromey <tom@tromey.com>2019-01-28 10:29:42 -0700
committerTom Tromey <tom@tromey.com>2019-04-08 09:05:40 -0600
commitd272eb370a4c086a1d0f86a7a94e89328ec8d97e (patch)
tree26ceefd803edcc13c453f517ba00557c61cd41b9 /gdb/common/common-exceptions.c
parent230d2906b9d1d009b22fd526181bf43e1084ed59 (diff)
downloadbinutils-d272eb370a4c086a1d0f86a7a94e89328ec8d97e.zip
binutils-d272eb370a4c086a1d0f86a7a94e89328ec8d97e.tar.gz
binutils-d272eb370a4c086a1d0f86a7a94e89328ec8d97e.tar.bz2
Remove some now-dead exception code
After the rewriting to use try/catch, some of the exception code is now unused. This patch removes that code. gdb/ChangeLog 2019-04-08 Tom Tromey <tom@tromey.com> * common/common-exceptions.h (exception_rethrow): Don't declare. (TRY_SJLJ): Update comment. (TRY, CATCH, END_CATCH): Remove. * common/common-exceptions.c (exception_rethrow): Remove.
Diffstat (limited to 'gdb/common/common-exceptions.c')
-rw-r--r--gdb/common/common-exceptions.c10
1 files changed, 0 insertions, 10 deletions
diff --git a/gdb/common/common-exceptions.c b/gdb/common/common-exceptions.c
index d00a805..d3c01e5 100644
--- a/gdb/common/common-exceptions.c
+++ b/gdb/common/common-exceptions.c
@@ -165,16 +165,6 @@ exceptions_state_mc_action_iter_1 (void)
return exceptions_state_mc (CATCH_ITER_1);
}
-/* Called by the default catch block. IOW, we'll get here before
- jumping out to the next outermost scope an exception if a GDB
- exception is not caught. */
-
-void
-exception_rethrow (void)
-{
- throw;
-}
-
/* Return EXCEPTION to the nearest containing CATCH_SJLJ block. */
void