From: André Malo Date: Sat, 17 Apr 2004 00:26:52 +0000 (+0000) Subject: remove unused variables X-Git-Tag: pre_ajp_proxy~365 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3d3584309b90315c643ad17a5432a9ce59f15c3e;p=thirdparty%2Fapache%2Fhttpd.git remove unused variables git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@103420 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/modules/filters/mod_deflate.c b/modules/filters/mod_deflate.c index dc0bd5f8124..561d236fe5e 100644 --- a/modules/filters/mod_deflate.c +++ b/modules/filters/mod_deflate.c @@ -863,9 +863,8 @@ static apr_status_t inflate_out_filter(ap_filter_t *f, if (!ctx) { int found = 0; - char *token, deflate_hdr[10]; + char *token; const char *encoding; - apr_size_t len; /* only work on main request/no subrequests */ if (r->main) {