From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 6140 invoked by alias); 16 May 2002 16:33:21 -0000 Mailing-List: contact gdb-patches-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sources.redhat.com Received: (qmail 6133 invoked from network); 16 May 2002 16:33:20 -0000 Received: from unknown (HELO cygnus.com) (205.180.83.203) by sources.redhat.com with SMTP; 16 May 2002 16:33:20 -0000 Received: from localhost.redhat.com (romulus.sfbay.redhat.com [172.16.27.251]) by runyon.cygnus.com (8.8.7-cygnus/8.8.7) with ESMTP id JAA28074 for ; Thu, 16 May 2002 09:33:17 -0700 (PDT) Received: by localhost.redhat.com (Postfix, from userid 469) id EE26E10FC9; Thu, 16 May 2002 12:28:55 -0400 (EDT) From: Elena Zannoni MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <15587.56903.408601.452986@localhost.redhat.com> Date: Thu, 16 May 2002 09:33:00 -0000 To: Daniel Jacobowitz Cc: gdb-patches@sources.redhat.com Subject: Re: PATCH: Remove 'args' from cplus_struct_type In-Reply-To: <20020516042236.GA23283@nevyn.them.org> References: <20020516042236.GA23283@nevyn.them.org> X-SW-Source: 2002-05/txt/msg00649.txt.bz2 Daniel Jacobowitz writes: > Elena identified this as a merge error from HP, so I'm re-removing it as > obvious. It was only assigned to by hpread.c, directly below the correct > assignments to the arg_types field in type_specific, with comments saying > they didn't know why it was there and it could probably be removed. It was > accessed nowhere. thanks! Elena