This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
Re: [PATCH v2 9/9] Remove a useless Guile finalizer
- From: Doug Evans <xdje42 at gmail dot com>
- To: Andy Wingo <wingo at igalia dot com>
- Cc: gdb-patches at sourceware dot org
- Date: Tue, 27 May 2014 00:48:42 -0700
- Subject: Re: [PATCH v2 9/9] Remove a useless Guile finalizer
- Authentication-results: sourceware.org; auth=none
- References: <1397731588-23750-1-git-send-email-wingo at igalia dot com> <1397731588-23750-10-git-send-email-wingo at igalia dot com> <m31twjr4er dot fsf at sspiff dot org>
Doug Evans <xdje42@gmail.com> writes:
> Andy Wingo <wingo@igalia.com> writes:
>
>> gdb/ChangeLog:
>> * guile/scm-symtab.c (stscm_free_sal_smob): Remove useless free
>> function. (This was the only useless free function.)
>
> LGTM
I committed 7,8,9 as a unit.
Thanks!