From f7ecd38d516403725daf840e33331cd6999d2145 Mon Sep 17 00:00:00 2001 From: Graham Leggett Date: Sat, 3 Oct 2009 12:20:56 +0000 Subject: [PATCH] Remove an unused variable. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@821301 13f79535-47bb-0310-9956-ffa450edef68 --- modules/cache/mod_cache.c | 1 - 1 file changed, 1 deletion(-) diff --git a/modules/cache/mod_cache.c b/modules/cache/mod_cache.c index fa2e668bd3..6dbb56d20c 100644 --- a/modules/cache/mod_cache.c +++ b/modules/cache/mod_cache.c @@ -330,7 +330,6 @@ static int cache_replace_filter(ap_filter_t *next, ap_filter_rec_t *from, static int cache_handler(request_rec *r) { apr_status_t rv; - const char *auth; cache_provider_list *providers; cache_request_rec *cache; apr_bucket_brigade *out; -- 2.40.0