Skip to content

Commit efd7778

Browse files
committed
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
1 parent 59c3f0e commit efd7778

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

modules/cache/mod_file_cache.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -272,7 +272,6 @@ static int mmap_handler(request_rec *r, a_file *file)
272272
#if APR_HAS_MMAP
273273
conn_rec *c = r->connection;
274274
apr_bucket *b;
275-
apr_mmap_t *mm;
276275
apr_bucket_brigade *bb = apr_brigade_create(r->pool, c->bucket_alloc);
277276

278277
b = apr_bucket_immortal_create((const char *)file->mm->mm,

0 commit comments

Comments
 (0)