From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 105460 invoked by alias); 29 Jun 2016 08:50:14 -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 105445 invoked by uid 89); 29 Jun 2016 08:50:14 -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= X-HELO: mail-ob0-f177.google.com Received: from mail-ob0-f177.google.com (HELO mail-ob0-f177.google.com) (209.85.214.177) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-GCM-SHA256 encrypted) ESMTPS; Wed, 29 Jun 2016 08:50:04 +0000 Received: by mail-ob0-f177.google.com with SMTP id ru5so16275230obc.1 for ; Wed, 29 Jun 2016 01:50:03 -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=+CBTVynMbd3diWuAnAsrr4aBH96wCoLyZ9OVFhMPWko=; b=Dv38GGOs1c1kGcKBvz4oT+zMbVz2mvfKa01v0Xzcioh/rGY2LcpQHwSIKBakxyo5K0 j6bHTSaTdpgrfA/YFbHCOsrck3KFIRHYB5eiC93c5HkqD9IABc8EXL4MqcQe6HO4FOoK PoOWG0GOyAC5/wOp40rLM2ayKhayemRLgxpbzVLiJrgI2ZqAtMJMfVnR+/Y8TH6K8vR/ PK4vINkdF356oDKeFA0ILnAj6RwZ5rpUBsEX2KgzmjYFrcKOWcqlZvNU2MTWHSiiYaNF 8tGs74+JPxb9cX9L4rKna6eQfYFXhmpfp8dUMsgNt0eR09i3iwUchJHRddCP1vZJ3Oyo 0rtA== X-Gm-Message-State: ALyK8tJu4RvI5eVHPlrLnfdJ9SexA6yX3JclSvEzEZJ/HSeXJ3MvGs+qw0UecgVJEyqWnRNrQAxJ34qcij0vtg== X-Received: by 10.157.36.98 with SMTP id p89mr4944943ota.119.1467190202294; Wed, 29 Jun 2016 01:50:02 -0700 (PDT) MIME-Version: 1.0 Received: by 10.202.182.130 with HTTP; Wed, 29 Jun 2016 01:50:01 -0700 (PDT) In-Reply-To: <87wpl9t4l2.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> From: Yao Qi Date: Wed, 29 Jun 2016 08:50: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-06/txt/msg00487.txt.bz2 On Tue, Jun 28, 2016 at 9:56 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. > > Here's a new version with this restored. > It is good to me. --=20 Yao (=E9=BD=90=E5=B0=A7)