From: Jeff Trawick Date: Mon, 7 Nov 2011 22:13:17 +0000 (+0000) Subject: auto var verbose not used X-Git-Tag: 2.3.15~35 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2ea97b187bbe5b29135109f394cadc87d661882e;p=apache auto var verbose not used git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1198975 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/modules/filters/mod_proxy_html.c b/modules/filters/mod_proxy_html.c index 7d70f1c1f7..7e64c6ddd2 100644 --- a/modules/filters/mod_proxy_html.c +++ b/modules/filters/mod_proxy_html.c @@ -884,14 +884,8 @@ static int proxy_html_filter(ap_filter_t* f, apr_bucket_brigade* bb) #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)) {