This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
Re: [PATCH v2 18/22] Remove some now-dead exception code
- From: Pedro Alves <palves at redhat dot com>
- To: Tom Tromey <tom at tromey dot com>, gdb-patches at sourceware dot org
- Date: Wed, 3 Apr 2019 18:04:25 +0100
- Subject: Re: [PATCH v2 18/22] Remove some now-dead exception code
- References: <20190227201849.32210-1-tom@tromey.com> <20190227201849.32210-19-tom@tromey.com>
On 02/27/2019 08:18 PM, Tom Tromey wrote:
> After the rewriting to use try/catch, some of the exception code is
> now unused. This patch removes that code.
>
> gdb/ChangeLog
> 2019-02-27 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.
OK.
Thanks,
Pedro Alves