From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 20138 invoked by alias); 4 Aug 2008 15:46:28 -0000 Received: (qmail 20130 invoked by uid 22791); 4 Aug 2008 15:46:27 -0000 X-Spam-Check-By: sourceware.org Received: from mx1.redhat.com (HELO mx1.redhat.com) (66.187.233.31) by sourceware.org (qpsmtpd/0.31) with ESMTP; Mon, 04 Aug 2008 15:45:51 +0000 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.13.8/8.13.8) with ESMTP id m74FjSSr001103; Mon, 4 Aug 2008 11:45:34 -0400 Received: from file.rdu.redhat.com (file.rdu.redhat.com [10.11.255.147]) by int-mx1.corp.redhat.com (8.13.1/8.13.1) with ESMTP id m74FjMtV032468; Mon, 4 Aug 2008 11:45:22 -0400 Received: from localhost.localdomain (vpn-4-37.str.redhat.com [10.32.4.37]) by file.rdu.redhat.com (8.13.1/8.13.1) with ESMTP id m74Fitaq018208; Mon, 4 Aug 2008 11:44:56 -0400 Message-ID: <489723F8.4030109@redhat.com> Date: Mon, 04 Aug 2008 15:46:00 -0000 From: Phil Muldoon User-Agent: Thunderbird 2.0.0.14 (X11/20080501) MIME-Version: 1.0 To: Michael Snyder CC: gdb-patches@sourceware.org Subject: Re: [RFA] Delete breakpoint.c local variables References: <48909EDB.3050001@redhat.com> <1217721030.3549.641.camel@localhost.localdomain> In-Reply-To: <1217721030.3549.641.camel@localhost.localdomain> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2008-08/txt/msg00054.txt.bz2 Michael Snyder wrote: > On Wed, 2008-07-30 at 18:03 +0100, Phil Muldoon wrote: > >> While stepping through breakpoint.c longjmp breakpoint code, I noticed >> some small trivial unused local variables. Patch to fix. >> >> 2008-07-30 Phil Muldoon >> >> * breakpoint.c (create_longjmp_breakpoint): Remove unused struct >> breakpoint. >> (set_longjmp_breakpoint): Likewise. >> > > OK, thanks. Please commit Michael, Hi and thanks for the review. I am in fact a complete newbie to GDB development, and do not have commit after approval authorization. So could you, or someone else please commit the patch and ChangeLog? Thanks! Phil Muldoon