diff options
author | Paul Querna <pquerna@apache.org> | 2005-02-18 00:18:27 +0100 |
---|---|---|
committer | Paul Querna <pquerna@apache.org> | 2005-02-18 00:18:27 +0100 |
commit | 22dd8e2949e49818f2b70286db1dd1c77f515398 (patch) | |
tree | b5049d75b78d5b0bae988c808485752d55692fac /server | |
parent | *) include/httpd.h: Add a brigade for temporary uses in the core input filter... (diff) | |
download | apache2-22dd8e2949e49818f2b70286db1dd1c77f515398.tar.xz apache2-22dd8e2949e49818f2b70286db1dd1c77f515398.zip |
Remove unused variable.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@154202 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'server')
-rw-r--r-- | server/core_filters.c | 1 |
1 files changed, 0 insertions, 1 deletions
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); |