From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 123163 invoked by alias); 10 May 2016 07:13:16 -0000 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 Received: (qmail 123151 invoked by uid 89); 10 May 2016 07:13:15 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.6 required=5.0 tests=BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 spammy=Hx-languages-length:181 X-HELO: mail-pf0-f173.google.com Received: from mail-pf0-f173.google.com (HELO mail-pf0-f173.google.com) (209.85.192.173) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-GCM-SHA256 encrypted) ESMTPS; Tue, 10 May 2016 07:13:05 +0000 Received: by mail-pf0-f173.google.com with SMTP id y69so2537808pfb.1 for ; Tue, 10 May 2016 00:13:05 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:references:date:in-reply-to :message-id:user-agent:mime-version:content-transfer-encoding; bh=src+i9nwBJ/D6EAcByiZ7JeLC4RyzIQoWk78nbCDPJA=; b=aPDJTG4YN4MCTBUkSFyQKbbstZiAQp7CFxJSkaV0Vplj4eA5Kp+BV0pFPCXxorfKCG ET1ACM+4SoU86j7Xw6a+nE836530epDt1e+WFvKoRtxbsh02SHopf46/+vcyET+2SBU+ zLPMBLfRTOtQdG9XQjQ6fCqLFx0N01VrT11VSK9Im3j/SsAv7+SrpRiGatPydLitqAFr jfkmk+/imIV4+O+Ck/bm8OB8B1nmdaIa9CWKZ0NgFMZuth5GY7eP82Upa9a1I0V4T+7m MRBhN5zUxO56OzQUvD4TVCcb+R43c+k8EO8DMAiXgo8CxlvLf6TrFatv3Yanxj3Z1ZhG pVhQ== X-Gm-Message-State: AOPr4FWy8RAZU2MiFD6cms9uOnxJrG3xToSO+oGlGqt5l01vd1dSxWRqua9eClicMhsbOQ== X-Received: by 10.98.89.71 with SMTP id n68mr36539218pfb.82.1462864383681; Tue, 10 May 2016 00:13:03 -0700 (PDT) Received: from E107787-LIN (gcc113.osuosl.org. [140.211.9.71]) by smtp.gmail.com with ESMTPSA id w187sm1698699pfw.50.2016.05.10.00.13.01 (version=TLS1_2 cipher=AES128-SHA bits=128/128); Tue, 10 May 2016 00:13:02 -0700 (PDT) From: Yao Qi To: Trevor Saunders Cc: Yao Qi , tbsaunde+binutils@tbsaunde.org, gdb-patches@sourceware.org Subject: Re: [PATCH, committed] remove trivialy unused variables References: <1462666464-7737-1-git-send-email-tbsaunde+binutils@tbsaunde.org> <8660und5zq.fsf@gmail.com> <20160510033437.GA9700@tsaunders-iceball.corp.tor1.mozilla.com> Date: Tue, 10 May 2016 07:13:00 -0000 In-Reply-To: <20160510033437.GA9700@tsaunders-iceball.corp.tor1.mozilla.com> (Trevor Saunders's message of "Mon, 9 May 2016 23:35:39 -0400") Message-ID: <86mvnye684.fsf@gmail.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-IsSubscribed: yes X-SW-Source: 2016-05/txt/msg00157.txt.bz2 Trevor Saunders writes: > Is the below ok with a ChangeLog? Yes, it is OK to me. --=20 Yao (=E9=BD=90=E5=B0=A7)