From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 18954 invoked by alias); 5 May 2010 18:55:46 -0000 Received: (qmail 18946 invoked by uid 22791); 5 May 2010 18:55:45 -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-1.vmware.com (HELO smtp-outbound-1.vmware.com) (65.115.85.69) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Wed, 05 May 2010 18:55:39 +0000 Received: from mailhost3.vmware.com (mailhost3.vmware.com [10.16.27.45]) by smtp-outbound-1.vmware.com (Postfix) with ESMTP id 7A929D00C for ; Wed, 5 May 2010 11:55:36 -0700 (PDT) Received: from msnyder-server.eng.vmware.com (promd-2s-dhcp138.eng.vmware.com [10.20.124.138]) by mailhost3.vmware.com (Postfix) with ESMTP id 70C88CD91F for ; Wed, 5 May 2010 11:55:36 -0700 (PDT) Message-ID: <4BE1BF28.3040702@vmware.com> Date: Wed, 05 May 2010 18:55:00 -0000 From: Michael Snyder User-Agent: Thunderbird 2.0.0.22 (X11/20090609) MIME-Version: 1.0 To: "gdb-patches@sourceware.org" Subject: [OB] eliminate unused local Content-Type: multipart/mixed; boundary="------------000902040805050707040309" 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/msg00113.txt.bz2 This is a multi-part message in MIME format. --------------000902040805050707040309 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-length: 0 --------------000902040805050707040309 Content-Type: text/plain; name="tmp1.txt" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="tmp1.txt" Content-length: 717 2010-05-05 Michael Snyder * features/i386/i386-mmx.c (initialize_tdesc_i386_mmx): Delete unused variable 'type'. Index: features/i386/i386-mmx.c =================================================================== RCS file: /cvs/src/src/gdb/features/i386/i386-mmx.c,v retrieving revision 1.1 diff -u -p -r1.1 i386-mmx.c --- features/i386/i386-mmx.c 8 Apr 2010 22:32:38 -0000 1.1 +++ features/i386/i386-mmx.c 5 May 2010 18:53:08 -0000 @@ -10,7 +10,6 @@ initialize_tdesc_i386_mmx (void) { struct target_desc *result = allocate_target_description (); struct tdesc_feature *feature; - struct tdesc_type *field_type, *type; set_tdesc_architecture (result, bfd_scan_arch ("i386")); --------------000902040805050707040309--