From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 4223 invoked by alias); 3 May 2002 22:03:18 -0000 Mailing-List: contact gdb-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sources.redhat.com Received: (qmail 4216 invoked from network); 3 May 2002 22:03:17 -0000 Received: from unknown (HELO cygnus.com) (205.180.83.203) by sources.redhat.com with SMTP; 3 May 2002 22:03:17 -0000 Received: from romulus.sfbay.redhat.com (romulus.sfbay.redhat.com [172.16.27.251]) by runyon.cygnus.com (8.8.7-cygnus/8.8.7) with ESMTP id PAA05169; Fri, 3 May 2002 15:03:14 -0700 (PDT) Received: (from kev@localhost) by romulus.sfbay.redhat.com (8.11.6/8.11.6) id g43M36X03324; Fri, 3 May 2002 15:03:06 -0700 Date: Fri, 03 May 2002 15:03:00 -0000 From: Kevin Buettner Message-Id: <1020503220306.ZM3323@localhost.localdomain> In-Reply-To: Andrew Cagney "Re: Oh, I see!" (May 3, 5:49pm) References: <200205032104.g43L4oi30634@zenia.red-bean.com> <20020503212246.GA27650@nevyn.them.org> <3CD30600.9080708@cygnus.com> To: Andrew Cagney , Daniel Jacobowitz Subject: Re: Oh, I see! Cc: gdb@sources.redhat.com MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-SW-Source: 2002-05/txt/msg00035.txt.bz2 On May 3, 5:49pm, Andrew Cagney wrote: > > On Fri, May 03, 2002 at 04:04:50PM -0500, Jim Blandy wrote: > > > >> > >> { > >> ... > >> register struct type *tmp_type = type; /* tmp type */ > >> ... > >> } > > > > > > It's all coming back to me now... > > Oh of course, delete ``register'' this weekend. What about "Eliminate meaningless comments" ? Kevin