From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22948 invoked by alias); 1 Oct 2008 16:57:16 -0000 Received: (qmail 22940 invoked by uid 22791); 1 Oct 2008 16:57:15 -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; Wed, 01 Oct 2008 16:56:40 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by filtered-rock.gnat.com (Postfix) with ESMTP id 91FF32A9674; Wed, 1 Oct 2008 12:56:38 -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 k7XmIrvjV8G6; Wed, 1 Oct 2008 12:56:38 -0400 (EDT) Received: from joel.gnat.com (localhost.localdomain [127.0.0.1]) by rock.gnat.com (Postfix) with ESMTP id 5D0CF2A963D; Wed, 1 Oct 2008 12:56:38 -0400 (EDT) Received: by joel.gnat.com (Postfix, from userid 1000) id 6005BE7ACD; Wed, 1 Oct 2008 09:56:36 -0700 (PDT) Date: Wed, 01 Oct 2008 16:57:00 -0000 From: Joel Brobecker To: Tom Tromey Cc: gdb-patches@sourceware.org Subject: Re: RFA: remove METHODS_DOMAIN Message-ID: <20081001165636.GL3665@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-10/txt/msg00022.txt.bz2 C++ maintainers, > * symtab.c (search_symbols): Update. > * symtab.h (domain_enum_tag) : Remove. Are we planning on using the METHODS_DOMAIN kind, ever? If not, then I will review and possibly approve. Apparently, this was introduced in June 1998, and was actually used. I haven't done the archeology to see when it stopped being used. But it's not used anymore. Thank you! -- Joel