From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 18045 invoked by alias); 8 May 2009 22:40:12 -0000 Received: (qmail 18032 invoked by uid 22791); 8 May 2009 22:40:10 -0000 X-SWARE-Spam-Status: No, hits=-2.2 required=5.0 tests=AWL,BAYES_00,SPF_PASS X-Spam-Check-By: sourceware.org Received: from smtp-out.google.com (HELO smtp-out.google.com) (216.239.33.17) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Fri, 08 May 2009 22:40:05 +0000 Received: from wpaz1.hot.corp.google.com (wpaz1.hot.corp.google.com [172.24.198.65]) by smtp-out.google.com with ESMTP id n48Me1qb025343 for ; Fri, 8 May 2009 23:40:02 +0100 Received: from localhost (ruffy.mtv.corp.google.com [172.18.118.116]) by wpaz1.hot.corp.google.com with ESMTP id n48Me0OE004138 for ; Fri, 8 May 2009 15:40:00 -0700 Received: by localhost (Postfix, from userid 67641) id DD27084890; Fri, 8 May 2009 15:39:59 -0700 (PDT) To: gdb-patches@sourceware.org Subject: [obv] linux-nat.c (linux_xfer_siginfo): Delete unused locals lp, n. Message-Id: <20090508223959.DD27084890@localhost> Date: Fri, 08 May 2009 22:40:00 -0000 From: dje@google.com (Doug Evans) X-System-Of-Record: true 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: 2009-05/txt/msg00182.txt.bz2 Hi. Checked in under the obvious rule. 2009-05-08 Doug Evans * linux-nat.c (linux_xfer_siginfo): Delete unused locals lp, n. Index: linux-nat.c =================================================================== RCS file: /cvs/src/src/gdb/linux-nat.c,v retrieving revision 1.128 diff -u -p -r1.128 linux-nat.c --- linux-nat.c 1 Apr 2009 19:07:50 -0000 1.128 +++ linux-nat.c 8 May 2009 22:33:27 -0000 @@ -3261,8 +3261,6 @@ linux_xfer_siginfo (struct target_ops *o const char *annex, gdb_byte *readbuf, const gdb_byte *writebuf, ULONGEST offset, LONGEST len) { - struct lwp_info *lp; - LONGEST n; int pid; struct siginfo siginfo; gdb_byte inf_siginfo[sizeof (struct siginfo)];