Return-Path: X-Original-To: apmail-httpd-cvs-archive@www.apache.org Delivered-To: apmail-httpd-cvs-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id D2BE57F6F for ; Mon, 7 Nov 2011 22:13:38 +0000 (UTC) Received: (qmail 99506 invoked by uid 500); 7 Nov 2011 22:13:38 -0000 Delivered-To: apmail-httpd-cvs-archive@httpd.apache.org Received: (qmail 99431 invoked by uid 500); 7 Nov 2011 22:13:38 -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 99424 invoked by uid 99); 7 Nov 2011 22:13:38 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 07 Nov 2011 22:13:38 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 07 Nov 2011 22:13:37 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 80BE723889EA; Mon, 7 Nov 2011 22:13:17 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1198975 - /httpd/httpd/trunk/modules/filters/mod_proxy_html.c Date: Mon, 07 Nov 2011 22:13:17 -0000 To: cvs@httpd.apache.org From: trawick@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20111107221317.80BE723889EA@eris.apache.org> Author: trawick Date: Mon Nov 7 22:13:17 2011 New Revision: 1198975 URL: http://svn.apache.org/viewvc?rev=1198975&view=rev Log: auto var verbose not used Modified: httpd/httpd/trunk/modules/filters/mod_proxy_html.c Modified: httpd/httpd/trunk/modules/filters/mod_proxy_html.c URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/modules/filters/mod_proxy_html.c?rev=1198975&r1=1198974&r2=1198975&view=diff ============================================================================== --- httpd/httpd/trunk/modules/filters/mod_proxy_html.c (original) +++ httpd/httpd/trunk/modules/filters/mod_proxy_html.c Mon Nov 7 22:13:17 2011 @@ -884,14 +884,8 @@ static int proxy_html_filter(ap_filter_t #endif saxctxt* ctxt = check_filter_init(f); -#ifndef GO_FASTER - int verbose; -#endif if (!ctxt) return ap_pass_brigade(f->next, bb); -#ifndef GO_FASTER - verbose = ctxt->cfg->verbose; -#endif for (b = APR_BRIGADE_FIRST(bb); b != APR_BRIGADE_SENTINEL(bb); b = APR_BUCKET_NEXT(b)) {