From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22205 invoked by alias); 26 Jun 2002 05:23:45 -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 22196 invoked from network); 26 Jun 2002 05:23:43 -0000 Received: from unknown (HELO gash2.peakpeak.com) (207.174.178.17) by sources.redhat.com with SMTP; 26 Jun 2002 05:23:43 -0000 Received: from fleche.redhat.com (ta0193.peakpeak.com [204.144.244.193] (may be forged)) by gash2.peakpeak.com (8.9.3/8.9.3) with ESMTP id XAA12088 for ; Tue, 25 Jun 2002 23:23:42 -0600 Received: by fleche.redhat.com (Postfix, from userid 1000) id 296C54F80AA; Tue, 25 Jun 2002 23:36:43 -0600 (MDT) To: Andrew Cagney Cc: gdb-patches@sources.redhat.com, Fernando Nasser Subject: Re: RFA: don't repeat `delete' command References: <87ptygjsu8.fsf@fleche.redhat.com> <3D1928BB.3060308@cygnus.com> From: Tom Tromey Reply-To: tromey@redhat.com X-Attribution: Tom X-Zippy: Awright, which one of you hid my PENIS ENVY? Date: Tue, 25 Jun 2002 22:23:00 -0000 In-Reply-To: <3D1928BB.3060308@cygnus.com> Message-ID: <87u1nqfvo4.fsf@fleche.redhat.com> User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.2 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-SW-Source: 2002-06/txt/msg00530.txt.bz2 >>>>> "Andrew" == Andrew Cagney writes: >> I've run across this by accident a few times recently. It seems a >> bit odd to me, and I'd prefer that the `delete' command not repeat. >> Hence this patch. Ok? Andrew> Yes. Deleting something already deleted is somewhat useless. I checked this in. Thanks. Tom