]> granicus.if.org Git - apache/commitdiff
Remove unused variable.
authorPaul Querna <pquerna@apache.org>
Thu, 17 Feb 2005 23:18:27 +0000 (23:18 +0000)
committerPaul Querna <pquerna@apache.org>
Thu, 17 Feb 2005 23:18:27 +0000 (23:18 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@154202 13f79535-47bb-0310-9956-ffa450edef68

server/core_filters.c

index e5f5e340d89a0e93283a4e11dcae631d569d37c5..e9505d64bb08daf43e8deac8662a6f7f61e3add1 100644 (file)
@@ -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);