From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 64221 invoked by alias); 26 Aug 2015 06:34:36 -0000 Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org Received: (qmail 64203 invoked by uid 89); 26 Aug 2015 06:34:35 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.5 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 X-Spam-User: qpsmtpd, 2 recipients X-HELO: mail-wi0-f178.google.com Received: from mail-wi0-f178.google.com (HELO mail-wi0-f178.google.com) (209.85.212.178) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-GCM-SHA256 encrypted) ESMTPS; Wed, 26 Aug 2015 06:34:34 +0000 Received: by wijn1 with SMTP id n1so13398397wij.0; Tue, 25 Aug 2015 23:34:32 -0700 (PDT) X-Received: by 10.180.75.75 with SMTP id a11mr10403343wiw.27.1440570872000; Tue, 25 Aug 2015 23:34:32 -0700 (PDT) Received: from [192.168.1.17] (5-49-98-41.hfc.dyn.abo.bbox.fr. [5.49.98.41]) by smtp.gmail.com with ESMTPSA id eu2sm5968283wic.8.2015.08.25.23.34.30 (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Tue, 25 Aug 2015 23:34:30 -0700 (PDT) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 9.0 \(3083\)) Subject: Re: [libgfortran,patch] Remove never-used debugging code From: FX In-Reply-To: <20150825175732.GA86912@troutmask.apl.washington.edu> Date: Wed, 26 Aug 2015 07:07:00 -0000 Cc: gcc-patches , gfortran Content-Transfer-Encoding: 7bit Message-Id: <82648BDF-BF72-4B2F-B833-D37680A9C1F1@gmail.com> References: <35A5B3B7-75A6-408F-B600-2901287FD059@gmail.com> <6F486B34-1368-4E04-884C-597222EBD1A8@gmail.com> <20150825165509.GA86137@troutmask.apl.washington.edu> <9FC312BB-6A74-405D-942A-149F5066E48C@gmail.com> <20150825175732.GA86912@troutmask.apl.washington.edu> To: Steve Kargl X-SW-Source: 2015-08/txt/msg01574.txt.bz2 > OK. Just checking. Thanks for the code cleanup. Thanks for the review. Committed as rev. 227208. FX