From 3d3584309b90315c643ad17a5432a9ce59f15c3e Mon Sep 17 00:00:00 2001 From: =?utf8?q?Andr=C3=A9=20Malo?= Date: Sat, 17 Apr 2004 00:26:52 +0000 Subject: [PATCH] remove unused variables git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@103420 13f79535-47bb-0310-9956-ffa450edef68 --- modules/filters/mod_deflate.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/modules/filters/mod_deflate.c b/modules/filters/mod_deflate.c index dc0bd5f812..561d236fe5 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) { -- 2.50.1