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:
2
modules/cache/cache_util.c
vendored
2
modules/cache/cache_util.c
vendored
@@ -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,
|
||||
|
||||
1
modules/cache/mod_cache.c
vendored
1
modules/cache/mod_cache.c
vendored
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user