mirror of
https://github.com/apache/httpd.git
synced 2025-08-06 11:06:17 +00:00
get rid of an unused variabe in file_cache_xlat()
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88591 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
@ -280,7 +280,6 @@ static void file_cache_post_config(apr_pool_t *p, apr_pool_t *plog,
|
||||
static int file_cache_xlat(request_rec *r)
|
||||
{
|
||||
a_server_config *sconf;
|
||||
a_file tmp;
|
||||
a_file *match;
|
||||
int res;
|
||||
|
||||
|
Reference in New Issue
Block a user