diff options
author | Stefan Fritsch <sf@apache.org> | 2010-09-05 17:56:10 +0200 |
---|---|---|
committer | Stefan Fritsch <sf@apache.org> | 2010-09-05 17:56:10 +0200 |
commit | 5604942f8f1c2a10dc5ec00129e1bc42f9f02fb6 (patch) | |
tree | 773052993115e70455b8a19db75f70b3199433d3 /modules/cache/mod_cache.c | |
parent | Add ErrorLogFormat directive for configuring the error log format, including (diff) | |
download | apache2-5604942f8f1c2a10dc5ec00129e1bc42f9f02fb6.tar.xz apache2-5604942f8f1c2a10dc5ec00129e1bc42f9f02fb6.zip |
remove unused variables
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@992809 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '')
-rw-r--r-- | modules/cache/mod_cache.c | 1 |
1 files changed, 0 insertions, 1 deletions
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); |