Return-Path: Delivered-To: apmail-httpd-dev-archive@www.apache.org Received: (qmail 98286 invoked from network); 12 Aug 2005 06:46:25 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 12 Aug 2005 06:46:25 -0000 Received: (qmail 78189 invoked by uid 500); 12 Aug 2005 06:46:21 -0000 Delivered-To: apmail-httpd-dev-archive@httpd.apache.org Received: (qmail 78143 invoked by uid 500); 12 Aug 2005 06:46:21 -0000 Mailing-List: contact dev-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: dev@httpd.apache.org list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list dev@httpd.apache.org Received: (qmail 78130 invoked by uid 99); 12 Aug 2005 06:46:20 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 11 Aug 2005 23:46:20 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: neutral (asf.osuosl.org: local policy) Received: from [128.195.24.168] (HELO scotch.ics.uci.edu) (128.195.24.168) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 11 Aug 2005 23:46:41 -0700 Received: from scotch.ics.uci.edu (localhost [127.0.0.1]) by scotch.ics.uci.edu (8.12.11/8.12.11) with ESMTP id j7C6jkcS023584 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=NO) for ; Thu, 11 Aug 2005 23:45:46 -0700 (PDT) Received: (from jerenk@localhost) by scotch.ics.uci.edu (8.12.6/8.12.6/Submit) id j7C6jkvZ023583 for dev@httpd.apache.org; Thu, 11 Aug 2005 23:45:46 -0700 (PDT) X-Authentication-Warning: scotch.ics.uci.edu: jerenk set sender to justin@erenkrantz.com using -f Date: Thu, 11 Aug 2005 23:45:46 -0700 From: Justin Erenkrantz To: dev@httpd.apache.org Subject: Re: svn commit: r232218 - /httpd/httpd/trunk/support/htcacheclean.c Message-ID: <20050812064546.GY21279@scotch.ics.uci.edu> Mail-Followup-To: Justin Erenkrantz , dev@httpd.apache.org References: <20050812063804.96761.qmail@minotaur.apache.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20050812063804.96761.qmail@minotaur.apache.org> User-Agent: Mutt/1.5.8i X-Spam-Checker-Version: SpamAssassin 3.1.0-r156655 (2005-03-09) on scotch.ics.uci.edu X-Virus-Checked: Checked by ClamAV on apache.org X-Old-Spam-Status: No, score=-2.8 required=5.0 tests=ALL_TRUSTED autolearn=no version=3.1.0-r156655 X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N On Fri, Aug 12, 2005 at 06:38:04AM -0000, jorton@apache.org wrote: > Author: jorton > Date: Thu Aug 11 23:38:01 2005 > New Revision: 232218 > > URL: http://svn.apache.org/viewcvs?rev=232218&view=rev > Log: > * support/htcacheclean.c (directory_empty): Remove unused function. *smacks head* Thanks! I guess I forgot to remove the implementation... Doh. -- justin