Remove some now-dead exception code
authorTom Tromey <tom@tromey.com>
Mon, 28 Jan 2019 17:29:42 +0000 (10:29 -0700)
committerTom Tromey <tom@tromey.com>
Mon, 8 Apr 2019 15:05:40 +0000 (09:05 -0600)
commitd272eb370a4c086a1d0f86a7a94e89328ec8d97e
tree26ceefd803edcc13c453f517ba00557c61cd41b9
parent230d2906b9d1d009b22fd526181bf43e1084ed59
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.
gdb/ChangeLog
gdb/common/common-exceptions.c
gdb/common/common-exceptions.h