mirror of
https://github.com/apache/httpd.git
synced 2025-08-06 11:06:17 +00:00
get rid of an unused variable
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87658 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
1
modules/cache/mod_file_cache.c
vendored
1
modules/cache/mod_file_cache.c
vendored
@ -404,7 +404,6 @@ static int sendfile_handler(request_rec *r, a_file *file)
|
||||
#if APR_HAS_SENDFILE
|
||||
apr_size_t nbytes;
|
||||
apr_status_t rv = APR_EINIT;
|
||||
apr_off_t offset = 0;
|
||||
|
||||
/* A cached file handle (more importantly, its file pointer) is
|
||||
* shared by all threads in the process. The file pointer will
|
||||
|
Reference in New Issue
Block a user