1
0
mirror of https://github.com/apache/httpd.git synced 2026-01-06 09:01:14 +03:00

remove unused variables

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@992809 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Stefan Fritsch
2010-09-05 15:56:10 +00:00
parent 70be0f7a07
commit 5604942f8f
2 changed files with 1 additions and 2 deletions

View 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,

View 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);