From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 2363 invoked by alias); 8 Aug 2014 23:25:48 -0000 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 Received: (qmail 2349 invoked by uid 89); 8 Aug 2014 23:25:47 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.2 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_NONE,RP_MATCHES_RCVD autolearn=ham version=3.3.2 X-HELO: elasmtp-curtail.atl.sa.earthlink.net Received: from elasmtp-curtail.atl.sa.earthlink.net (HELO elasmtp-curtail.atl.sa.earthlink.net) (209.86.89.64) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Fri, 08 Aug 2014 23:25:46 +0000 Received: from [68.104.16.238] (helo=macbook2.local) by elasmtp-curtail.atl.sa.earthlink.net with esmtpa (Exim 4.67) (envelope-from ) id 1XFtXX-00045U-Ii for gdb-patches@sourceware.org; Fri, 08 Aug 2014 19:25:39 -0400 Message-ID: <53E55C6F.80901@earthlink.net> Date: Fri, 08 Aug 2014 23:25:00 -0000 From: Stan Shebs User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.9; rv:24.0) Gecko/20100101 Thunderbird/24.6.0 MIME-Version: 1.0 To: gdb-patches@sourceware.org Subject: Re: [PATCH] Delete struct inferior_suspend_state References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-ELNK-Trace: ae6f8838ff913eba0cc1426638a40ef67e972de0d01da940491dd43c86faa64b8bcf33bd3b05dcc0350badd9bab72f9c350badd9bab72f9c350badd9bab72f9c X-IsSubscribed: yes X-SW-Source: 2014-08/txt/msg00170.txt.bz2 On 7/31/14, 12:10 PM, Doug Evans wrote: > Hi. > > I happened across some #if 0's in the code and thought that odd. > > I found the relevant thread here: > > https://sourceware.org/ml/gdb-patches/2012-06/msg00370.html > > Any desire to continue to keep this, or can we delete it? > [I don't have a strong preference, but it feels like it's time.] I was sure we had set a policy to delete code instead of doing #if 0, but I can't find anything in writing that says so. In any case, retaining dead code seems pointless when version control systems make it easy to find again. Stan stan@codesourcery.com