]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Follow up to r1930632 - trunk trunk
authorJoe Orton <jorton@apache.org>
Tue, 16 Dec 2025 16:11:24 +0000 (16:11 +0000)
committerJoe Orton <jorton@apache.org>
Tue, 16 Dec 2025 16:11:24 +0000 (16:11 +0000)
* 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

modules/cache/mod_file_cache.c

index 51a53a7509c5b6b35476e397677f6a045f7d5db9..4078142963615a3bcd13b6f51947bbbbd5c82f34 100644 (file)
@@ -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,