]> granicus.if.org Git - apache/commitdiff
remove unused variables
authorStefan Fritsch <sf@apache.org>
Sun, 5 Sep 2010 15:56:10 +0000 (15:56 +0000)
committerStefan Fritsch <sf@apache.org>
Sun, 5 Sep 2010 15:56:10 +0000 (15:56 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@992809 13f79535-47bb-0310-9956-ffa450edef68

modules/cache/cache_util.c
modules/cache/mod_cache.c

index af18077060226e1baa20bbb0417e41d5f3e04ffc..ee8540380e694539b55792eca689e747224cff8b 100644 (file)
@@ -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,
index 76cde9a2efd19495e5c2185cbaadba614b8501a5..a725059bb34637e4d86f90b291860e2257078436 100644 (file)
@@ -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);