From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 32584 invoked by alias); 1 Apr 2009 17:14:22 -0000 Received: (qmail 32551 invoked by uid 22791); 1 Apr 2009 17:14:20 -0000 X-SWARE-Spam-Status: No, hits=-2.4 required=5.0 tests=AWL,BAYES_00 X-Spam-Check-By: sourceware.org Received: from rock.gnat.com (HELO rock.gnat.com) (205.232.38.15) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Wed, 01 Apr 2009 17:14:15 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by filtered-rock.gnat.com (Postfix) with ESMTP id E5F672C054C; Wed, 1 Apr 2009 13:14:12 -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 NHLgbPpli8Ge; Wed, 1 Apr 2009 13:14:12 -0400 (EDT) Received: from joel.gnat.com (localhost.localdomain [127.0.0.1]) by rock.gnat.com (Postfix) with ESMTP id ADDE62C054B; Wed, 1 Apr 2009 13:14:12 -0400 (EDT) Received: by joel.gnat.com (Postfix, from userid 1000) id 4D4D7F5A6F; Wed, 1 Apr 2009 10:14:10 -0700 (PDT) Date: Wed, 01 Apr 2009 17:14:00 -0000 From: Joel Brobecker To: Doug Evans Cc: gdb-patches@sourceware.org Subject: Re: [RFA] i386-nat.c (child_post_startup_inferior): Delete, unused. Message-ID: <20090401171410.GC8766@adacore.com> References: <20090331221344.B09B21C7595@localhost> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20090331221344.B09B21C7595@localhost> User-Agent: Mutt/1.5.18 (2008-05-17) 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: 2009-04/txt/msg00002.txt.bz2 > I couldn't find any place that uses this. As far as I can tell, this routine was related to the CHILD_POST_STARTUP_INFERIOR macro which is no longer used. It was used in inftarg.c, which was deleted in 2007. > 2009-03-31 Doug Evans > > * i386-nat.c (child_post_startup_inferior): Delete, unused. OK. Thanks, -- Joel