From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 103877 invoked by alias); 14 Jul 2016 07:30:37 -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 103858 invoked by uid 89); 14 Jul 2016 07:30:36 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.5 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 spammy=HX-Received:Thu X-HELO: mail-oi0-f48.google.com Received: from mail-oi0-f48.google.com (HELO mail-oi0-f48.google.com) (209.85.218.48) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-GCM-SHA256 encrypted) ESMTPS; Thu, 14 Jul 2016 07:30:25 +0000 Received: by mail-oi0-f48.google.com with SMTP id w18so105713852oiw.3 for ; Thu, 14 Jul 2016 00:30:25 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc:content-transfer-encoding; bh=Nq+5MjRh8T4n7CpjytRz1hmbbhgcgAAJLma3ZSDMdpI=; b=T61jaiQU4JyGIC4rVd8Rk9u+vxoaXlx3f4shfLppzyN2nWvoX2i10tfzfKToZpZZ8l Mqg4S/oMS8lbslRrKf0yffssACSVNH3jyL53fRVZY92e3y3vs8vwZIPXmZztuMPrjsEF pA0pkDiw4Ee+lUnH/5nD/7imBGkLe3tQStrfwFmYznuzPtgBVUr9wofRAzpk3ddWYY3w Ox6PB3Geno6V6hIePdh19K+1svKJIab+7Zwy8LJTdyL6RIvqAGzAULsiculWGXXixEFy Os2HNXvTaCdj1rPAyyUqXltZq1jdaachSpvhFJ2m1ImGzZH9BIHR0wtOuCACJEQDNG7i TDTw== X-Gm-Message-State: ALyK8tLwvnYgJi5wjgS8mloJJEnUjeEGyR8BZ4xsgBftOa4ebbvWepEDn2THkPjDD3DgLwCXQ1/+gNsIK4DLCA== X-Received: by 10.157.15.236 with SMTP id m41mr8101344otd.3.1468481423789; Thu, 14 Jul 2016 00:30:23 -0700 (PDT) MIME-Version: 1.0 Received: by 10.202.182.130 with HTTP; Thu, 14 Jul 2016 00:30:23 -0700 (PDT) In-Reply-To: <87furdnubd.fsf@tromey.com> References: <1465248812-23902-1-git-send-email-tom@tromey.com> <1465248812-23902-6-git-send-email-tom@tromey.com> <87wpl9t4l2.fsf@tromey.com> <87furdnubd.fsf@tromey.com> From: Yao Qi Date: Thu, 14 Jul 2016 07:30:00 -0000 Message-ID: Subject: Re: [RFA 5/6] Remove unused variables To: Tom Tromey Cc: "gdb-patches@sourceware.org" Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-IsSubscribed: yes X-SW-Source: 2016-07/txt/msg00155.txt.bz2 On Wed, Jul 13, 2016 at 9:42 PM, Tom Tromey wrote: >>>>>> "Yao" =3D=3D Yao Qi writes: > > Yao> check_typedef has side effects, IIUC, so we can't remove the call to= it. > > Tom> Here's a new version with this restored. > > Yao> It is good to me. > > After rebasing, this patch needed a small update -- jit.c now has some > newly unused variables. > > Please review, thanks. > It is good to me. --=20 Yao (=E9=BD=90=E5=B0=A7)