From: Joe Orton Date: Tue, 16 Dec 2025 16:11:24 +0000 (+0000) Subject: Follow up to r1930632 - X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fremotes%2Ftrunk;p=thirdparty%2Fapache%2Fhttpd.git Follow up to r1930632 - * modules/cache/mod_file_cache.c (mmap_handler): Remove unused variable. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1930633 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/modules/cache/mod_file_cache.c b/modules/cache/mod_file_cache.c index 51a53a7509..4078142963 100644 --- a/modules/cache/mod_file_cache.c +++ b/modules/cache/mod_file_cache.c @@ -272,7 +272,6 @@ static int mmap_handler(request_rec *r, a_file *file) #if APR_HAS_MMAP conn_rec *c = r->connection; apr_bucket *b; - apr_mmap_t *mm; apr_bucket_brigade *bb = apr_brigade_create(r->pool, c->bucket_alloc); b = apr_bucket_immortal_create((const char *)file->mm->mm,