From: Graham Leggett Date: Sat, 3 Oct 2009 12:20:56 +0000 (+0000) Subject: Remove an unused variable. X-Git-Tag: 2.3.3~226 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f7ecd38d516403725daf840e33331cd6999d2145;p=thirdparty%2Fapache%2Fhttpd.git Remove an unused variable. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@821301 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/modules/cache/mod_cache.c b/modules/cache/mod_cache.c index fa2e668bd32..6dbb56d20cc 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;