aboutsummaryrefslogtreecommitdiff
path: root/gdb/exceptions.h
diff options
context:
space:
mode:
authorAndrew Burgess <aburgess@broadcom.com>2013-07-31 15:44:52 +0000
committerAndrew Burgess <aburgess@broadcom.com>2013-07-31 15:44:52 +0000
commit16f92dd4d4a4e637f7910c32cd6fd4b0ff78149a (patch)
tree8d75e7f2f353475e8639d0259a1b4183044ea428 /gdb/exceptions.h
parent13f78033fc9765b1ab92f50ebfbf2d2c5975d93a (diff)
Remove deprecated_throw_reason.
http://sourceware.org/ml/gdb-patches/2013-07/msg00779.html gdb/ChangeLog * exceptions.c (deprecated_throw_reason): Remove. * exceptions.h (deprecated_throw_reason): Remove.
Diffstat (limited to 'gdb/exceptions.h')
-rw-r--r--gdb/exceptions.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/gdb/exceptions.h b/gdb/exceptions.h
index 19eacd3ad6..bf41860844 100644
--- a/gdb/exceptions.h
+++ b/gdb/exceptions.h
@@ -186,11 +186,6 @@ extern void throw_vfatal (const char *fmt, va_list ap)
extern void throw_error (enum errors error, const char *fmt, ...)
ATTRIBUTE_NORETURN ATTRIBUTE_PRINTF (2, 3);
-/* Instead of deprecated_throw_reason, code should use
- throw_exception. */
-extern void deprecated_throw_reason (enum return_reason reason)
- ATTRIBUTE_NORETURN;
-
/* Call FUNC(UIOUT, FUNC_ARGS) but wrapped within an exception
handler. If an exception (enum return_reason) is thrown using
throw_exception() than all cleanups installed since