]> granicus.if.org Git - apache/commitdiff
remove unused variables
authorAndré Malo <nd@apache.org>
Sat, 17 Apr 2004 00:26:52 +0000 (00:26 +0000)
committerAndré Malo <nd@apache.org>
Sat, 17 Apr 2004 00:26:52 +0000 (00:26 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@103420 13f79535-47bb-0310-9956-ffa450edef68

modules/filters/mod_deflate.c

index dc0bd5f8124148388d39a345fecd86f2ad7c98d1..561d236fe5e67d2e3b14a6c1b62489ee43cc5236 100644 (file)
@@ -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) {