From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 7566 invoked by alias); 2 Aug 2008 23:51:07 -0000 Received: (qmail 7558 invoked by uid 22791); 2 Aug 2008 23:51:07 -0000 X-Spam-Check-By: sourceware.org Received: from bluesmobile.specifix.com (HELO bluesmobile.specifix.com) (216.129.118.140) by sourceware.org (qpsmtpd/0.31) with ESMTP; Sat, 02 Aug 2008 23:50:32 +0000 Received: from [127.0.0.1] (bluesmobile.specifix.com [216.129.118.140]) by bluesmobile.specifix.com (Postfix) with ESMTP id 121E13B6E5; Sat, 2 Aug 2008 16:50:31 -0700 (PDT) Subject: Re: [RFA] Delete breakpoint.c local variables From: Michael Snyder To: Phil Muldoon Cc: gdb-patches@sourceware.org In-Reply-To: <48909EDB.3050001@redhat.com> References: <48909EDB.3050001@redhat.com> Content-Type: text/plain Date: Sat, 02 Aug 2008 23:51:00 -0000 Message-Id: <1217721030.3549.641.camel@localhost.localdomain> Mime-Version: 1.0 X-Mailer: Evolution 2.10.3 (2.10.3-7.fc7) 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/msg00043.txt.bz2 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.