From 2ea97b187bbe5b29135109f394cadc87d661882e Mon Sep 17 00:00:00 2001 From: Jeff Trawick Date: Mon, 7 Nov 2011 22:13:17 +0000 Subject: [PATCH] auto var verbose not used git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1198975 13f79535-47bb-0310-9956-ffa450edef68 --- modules/filters/mod_proxy_html.c | 6 ------ 1 file changed, 6 deletions(-) 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)) { -- 2.49.0