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:
Jeff Trawick
2001-03-26 23:40:41 +00:00
parent 16a82e270b
commit 808ca404c6

View File

@ -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;