From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 4222 invoked by alias); 18 Aug 2008 12:29:55 -0000 Received: (qmail 4209 invoked by uid 22791); 18 Aug 2008 12:29:54 -0000 X-Spam-Check-By: sourceware.org Received: from rock.gnat.com (HELO rock.gnat.com) (205.232.38.15) by sourceware.org (qpsmtpd/0.31) with ESMTP; Mon, 18 Aug 2008 12:29:18 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by filtered-rock.gnat.com (Postfix) with ESMTP id D65662A9746; Mon, 18 Aug 2008 08:29:16 -0400 (EDT) Received: from rock.gnat.com ([127.0.0.1]) by localhost (rock.gnat.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 34+Ueskkz5aE; Mon, 18 Aug 2008 08:29:16 -0400 (EDT) Received: from joel.gnat.com (localhost.localdomain [127.0.0.1]) by rock.gnat.com (Postfix) with ESMTP id 65F4C2A974B; Mon, 18 Aug 2008 08:29:16 -0400 (EDT) Received: by joel.gnat.com (Postfix, from userid 1000) id 3304CE7ACD; Mon, 18 Aug 2008 14:29:09 +0200 (CEST) Date: Mon, 18 Aug 2008 12:29:00 -0000 From: Joel Brobecker To: Tom Tromey Cc: gdb-patches@sourceware.org Subject: Re: RFA: remove unused fields Message-ID: <20080818122909.GL16894@adacore.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.2.2i 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: 2008-08/txt/msg00476.txt.bz2 > :ADDPATCH objfiles: :REVIEWMAIL: > 2008-08-17 Tom Tromey > > * symfile.c (reread_symbols): Update. > * solib-sunos.c (allocate_rt_common_objfile): Update. > * objfiles.c (allocate_objfile): Update. > * objfiles.h (struct objfile) : > Remove. Nice observation - I'm always glad to see some unused code go :). I double-checked with the insight code as well, just in case. Approved, and thanks :). -- Joel