From: Jeff Trawick Date: Mon, 26 Mar 2001 23:40:41 +0000 (+0000) Subject: get rid of an unused variabe in file_cache_xlat() X-Git-Tag: 2.0.16~67 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=808ca404c6757d0b843176dc7bbf8b8c6b32cffc;p=thirdparty%2Fapache%2Fhttpd.git 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 --- diff --git a/modules/cache/mod_file_cache.c b/modules/cache/mod_file_cache.c index e7f3e0641b3..6f662a7767d 100644 --- a/modules/cache/mod_file_cache.c +++ b/modules/cache/mod_file_cache.c @@ -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;