Return-Path: Delivered-To: apmail-httpd-cvs-archive@www.apache.org Received: (qmail 70777 invoked from network); 24 Aug 2007 05:19:15 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 24 Aug 2007 05:19:15 -0000 Received: (qmail 2078 invoked by uid 500); 24 Aug 2007 05:19:11 -0000 Delivered-To: apmail-httpd-cvs-archive@httpd.apache.org Received: (qmail 1880 invoked by uid 500); 24 Aug 2007 05:19:11 -0000 Mailing-List: contact cvs-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 cvs@httpd.apache.org Received: (qmail 1869 invoked by uid 99); 24 Aug 2007 05:19:11 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 23 Aug 2007 22:19:11 -0700 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.3] (HELO eris.apache.org) (140.211.11.3) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 24 Aug 2007 05:19:14 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 57FC81A9832; Thu, 23 Aug 2007 22:18:54 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r569251 - /httpd/httpd/trunk/modules/experimental/mod_example.c Date: Fri, 24 Aug 2007 05:18:54 -0000 To: cvs@httpd.apache.org From: wrowe@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20070824051854.57FC81A9832@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: wrowe Date: Thu Aug 23 22:18:53 2007 New Revision: 569251 URL: http://svn.apache.org/viewvc?rev=569251&view=rev Log: Some unused local variables. Modified: httpd/httpd/trunk/modules/experimental/mod_example.c Modified: httpd/httpd/trunk/modules/experimental/mod_example.c URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/modules/experimental/mod_example.c?rev=569251&r1=569250&r2=569251&view=diff ============================================================================== --- httpd/httpd/trunk/modules/experimental/mod_example.c (original) +++ httpd/httpd/trunk/modules/experimental/mod_example.c Thu Aug 23 22:18:53 2007 @@ -969,8 +969,7 @@ static int x_handler(request_rec *r) { x_cfg *dcfg; - int result; - char *note, *conn_trace; + char *note; void *conn_data; apr_status_t status;