diff --git a/modules/cache/cache_util.c b/modules/cache/cache_util.c index af18077060..ee8540380e 100644 --- a/modules/cache/cache_util.c +++ b/modules/cache/cache_util.c @@ -381,7 +381,7 @@ CACHE_DECLARE(apr_status_t) ap_cache_remove_lock(cache_server_conf *conf, } CACHE_DECLARE(int) ap_cache_check_allowed(request_rec *r) { - const char *cc_cresp, *cc_req; + const char *cc_req; const char *pragma; cache_server_conf *conf = (cache_server_conf *)ap_get_module_config(r->server->module_config, diff --git a/modules/cache/mod_cache.c b/modules/cache/mod_cache.c index 76cde9a2ef..a725059bb3 100644 --- a/modules/cache/mod_cache.c +++ b/modules/cache/mod_cache.c @@ -597,7 +597,6 @@ static int cache_save_filter(ap_filter_t *f, apr_bucket_brigade *in) char *reason; apr_pool_t *p; apr_bucket *e; - void *data; conf = (cache_server_conf *) ap_get_module_config(r->server->module_config, &cache_module);