From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 27546 invoked by alias); 28 Jul 2008 16:15:32 -0000 Received: (qmail 27500 invoked by uid 22791); 28 Jul 2008 16:15:32 -0000 X-Spam-Check-By: sourceware.org Received: from elasmtp-banded.atl.sa.earthlink.net (HELO elasmtp-banded.atl.sa.earthlink.net) (209.86.89.70) by sourceware.org (qpsmtpd/0.31) with ESMTP; Mon, 28 Jul 2008 16:15:12 +0000 Received: from [68.108.140.98] (helo=macbook-2.local) by elasmtp-banded.atl.sa.earthlink.net with esmtpa (Exim 4.67) (envelope-from ) id 1KNVNM-0007Fe-31; Mon, 28 Jul 2008 12:15:08 -0400 Message-ID: <488DF08B.1020207@earthlink.net> Date: Mon, 28 Jul 2008 16:15:00 -0000 From: Stan Shebs User-Agent: Thunderbird 2.0.0.16 (Macintosh/20080707) MIME-Version: 1.0 To: Tom Tromey CC: gdb-patches@sourceware.org Subject: Re: RFA: remove BEFORE_MAIN_LOOP_HOOK References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-ELNK-Trace: ae6f8838ff913eba0cc1426638a40ef67e972de0d01da940110d05509bf9defe667730141bcee965350badd9bab72f9c350badd9bab72f9c350badd9bab72f9c 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: 2008-07/txt/msg00521.txt.bz2 Tom Tromey wrote: > I happened to notice that BEFORE_MAIN_LOOP_HOOK is completely unused. > It is mentioned in main.c and the ChangeLogs, but not in any other > file in the gdb tree. > > So, this patch removes it. > > Built and regression tested on the gcc compile farm (x86-64). > > Ok? > Heh, this was one of the main.c cleanups I didn't get around to posting last week. :-) So yes! Stan