From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 6267 invoked by alias); 8 Aug 2012 20:40:05 -0000 Received: (qmail 6255 invoked by uid 22791); 8 Aug 2012 20:40:03 -0000 X-SWARE-Spam-Status: No, hits=-0.6 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_NONE,RCVD_IN_HOSTKARMA_YE X-Spam-Check-By: sourceware.org Received: from ajax.cnchost.com (HELO ajax.cnchost.com) (207.155.248.31) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Wed, 08 Aug 2012 20:39:42 +0000 Received: (ConcentricHost relay 1.2); with ESMTP id 39F1C240B; Wed, 8 Aug 2012 16:39:41 -0400 (EDT) Received: from valrhona.uglyboxes.com (w220.z064001192.sea-wa.dsl.cnc.net [64.1.192.220]) (Authenticated sender: kseitz@uglyboxes.com) by ajax.cnchost.com (ConcentricHost(2.70) Relay) with ESMTP id 39F1C240B for ; Wed, 8 Aug 2012 16:39:41 -0400 (EDT) Message-ID: <5022CE8B.5000202@uglyboxes.com> Date: Wed, 08 Aug 2012 20:40:00 -0000 From: Keith Seitz User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:13.0) Gecko/20120605 Thunderbird/13.0 MIME-Version: 1.0 To: "gdb-patches@sourceware.org ml" Subject: [PATCH/obvious] Remove unused variable in parse_breakpoint_sals Content-Type: multipart/mixed; boundary="------------090604030906000602090907" 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: 2012-08/txt/msg00268.txt.bz2 This is a multi-part message in MIME format. --------------090604030906000602090907 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-length: 434 Hi, While hacking on the breakpoint API, I noticed that the local variable addr_start is no longer used in parse_breakpoint_sals. As Jan kindly pointed out, this variable was obsoleted by Joel and Tom as part of the ambiguous linespec patchset last year. I am committing this as obvious. Keith ChangeLog 2012-08-08 Keith Seitz * breakpoint.c (parse_breakpoint_sals): Remove unused variable addr_start. --------------090604030906000602090907 Content-Type: text/x-patch; name="unused-var-parse_breakpoint_sals.patch" Content-Transfer-Encoding: base64 Content-Disposition: inline; filename="unused-var-parse_breakpoint_sals.patch" Content-length: 0 --------------090604030906000602090907--