From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 26408 invoked by alias); 24 Apr 2012 20:24:01 -0000 Received: (qmail 26400 invoked by uid 22791); 24 Apr 2012 20:24:01 -0000 X-SWARE-Spam-Status: No, hits=-3.5 required=5.0 tests=AWL,BAYES_00,KHOP_RCVD_UNTRUST,RCVD_IN_HOSTKARMA_NO,RCVD_IN_HOSTKARMA_W,RCVD_IN_HOSTKARMA_WL 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; Tue, 24 Apr 2012 20:23:47 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by filtered-rock.gnat.com (Postfix) with ESMTP id 738241C6DD4; Tue, 24 Apr 2012 16:23:46 -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 P2reNuNapss5; Tue, 24 Apr 2012 16:23:46 -0400 (EDT) Received: from joel.gnat.com (localhost.localdomain [127.0.0.1]) by rock.gnat.com (Postfix) with ESMTP id 309D31C6DD3; Tue, 24 Apr 2012 16:23:46 -0400 (EDT) Received: by joel.gnat.com (Postfix, from userid 1000) id 1670C145616; Tue, 24 Apr 2012 13:23:27 -0700 (PDT) Date: Tue, 24 Apr 2012 20:30:00 -0000 From: Joel Brobecker To: Doug Evans Cc: Tom Tromey , Sergio Durigan Junior , gdb-patches@sourceware.org Subject: Re: [RFC/PATCH] Clean up unused variables (and prepare for `-Wunused-variable' flag) Message-ID: <20120424202327.GB10958@adacore.com> References: <87sjftdo1k.fsf@fleche.redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.20 (2009-06-14) 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: 2012-04/txt/msg00830.txt.bz2 > fwiw, I'm all for not having to follow the rules that would impose > excessive typing in such cases. > There is precedent for, at least in whitespace cases, just listing the files. > I'm happy with that. So while you would have to list the files > touched, at least you wouldn't have to document the functions! Agreed. -- Joel