From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 8672 invoked by alias); 5 May 2010 19:06:22 -0000 Received: (qmail 8635 invoked by uid 22791); 5 May 2010 19:06:20 -0000 X-SWARE-Spam-Status: No, hits=-2.1 required=5.0 tests=AWL,BAYES_00,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from smtp-outbound-2.vmware.com (HELO smtp-outbound-2.vmware.com) (65.115.85.73) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Wed, 05 May 2010 19:06:15 +0000 Received: from mailhost2.vmware.com (mailhost2.vmware.com [10.16.67.167]) by smtp-outbound-2.vmware.com (Postfix) with ESMTP id 598F84F04C; Wed, 5 May 2010 12:06:12 -0700 (PDT) Received: from msnyder-server.eng.vmware.com (promd-2s-dhcp138.eng.vmware.com [10.20.124.138]) by mailhost2.vmware.com (Postfix) with ESMTP id 490A68E83C; Wed, 5 May 2010 12:06:12 -0700 (PDT) Message-ID: <4BE1C1A3.7060000@vmware.com> Date: Wed, 05 May 2010 19:06:00 -0000 From: Michael Snyder User-Agent: Thunderbird 2.0.0.22 (X11/20090609) MIME-Version: 1.0 To: Pedro Alves CC: "gdb-patches@sourceware.org" Subject: Re: [OB] eliminate unused local References: <4BE1BF28.3040702@vmware.com> <201005052001.17176.pedro@codesourcery.com> In-Reply-To: <201005052001.17176.pedro@codesourcery.com> Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit 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: 2010-05/txt/msg00115.txt.bz2 Pedro Alves wrote: > On Wednesday 05 May 2010 19:55:36, Michael Snyder wrote: >> 2010-05-05 Michael Snyder >> >> * features/i386/i386-mmx.c (initialize_tdesc_i386_mmx): >> Delete unused variable 'type'. > > The patch also deleted `field_type'. But in any case, this > is a generated file; you should fix the source of the problem > instead. Oops, where is it generated from?