]> granicus.if.org Git - apache/commitdiff
Remove (and no longer initialise) an unused variable.
authorGraham Leggett <minfrin@apache.org>
Mon, 4 Oct 2010 22:35:54 +0000 (22:35 +0000)
committerGraham Leggett <minfrin@apache.org>
Mon, 4 Oct 2010 22:35:54 +0000 (22:35 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1004463 13f79535-47bb-0310-9956-ffa450edef68

modules/cache/mod_disk_cache.c

index 40e70d9d3ad0118623e9275f7c1b4910ca95e210..dacc33438aa7947581564cc14373b2fd55ffcb22 100644 (file)
@@ -1064,8 +1064,6 @@ static apr_status_t store_body(cache_handle_t *h, request_rec *r,
     apr_bucket *e;
     apr_status_t rv = APR_SUCCESS;
     disk_cache_object_t *dobj = (disk_cache_object_t *) h->cache_obj->vobj;
-    disk_cache_conf *conf = ap_get_module_config(r->server->module_config,
-                                                 &disk_cache_module);
     disk_cache_dir_conf *dconf = ap_get_module_config(r->per_dir_config, &disk_cache_module);
     int seen_eos = 0;