From: Paul Querna Date: Thu, 17 Feb 2005 23:18:27 +0000 (+0000) Subject: Remove unused variable. X-Git-Tag: 2.1.3~14 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=22dd8e2949e49818f2b70286db1dd1c77f515398;p=apache Remove unused variable. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@154202 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/server/core_filters.c b/server/core_filters.c index e5f5e340d8..e9505d64bb 100644 --- a/server/core_filters.c +++ b/server/core_filters.c @@ -270,7 +270,6 @@ int ap_core_input_filter(ap_filter_t *f, apr_bucket_brigade *b, /* read up to the amount they specified. */ if (mode == AP_MODE_READBYTES || mode == AP_MODE_SPECULATIVE) { apr_bucket *e; - apr_bucket_brigade *newbb; AP_DEBUG_ASSERT(readbytes > 0);