From: Jeff Trawick Date: Thu, 11 Jan 2001 20:14:04 +0000 (+0000) Subject: get rid of an unused variable X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=622f3a2e23dc70d271c47a2406183f1a548dc3c7;p=apache get rid of an unused variable git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87658 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/modules/cache/mod_file_cache.c b/modules/cache/mod_file_cache.c index cf03c109ee..25c3886b4c 100644 --- a/modules/cache/mod_file_cache.c +++ b/modules/cache/mod_file_cache.c @@ -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