summaryrefslogtreecommitdiffhomepage
path: root/src/http/ngx_http_cache.h
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2009-06-06 17:48:54 +0000
committerIgor Sysoev <igor@sysoev.ru>2009-06-06 17:48:54 +0000
commitfa524e9063212bf021aa557a0e42b2b0c06f3982 (patch)
treeca1e06a82e3e3deb3e4f73cc19275b9dde3b81e5 /src/http/ngx_http_cache.h
parentae7e8886f67a22bc85e7ff7e2b07ec55f77a4a2e (diff)
downloadnginx-fa524e9063212bf021aa557a0e42b2b0c06f3982.tar.gz
nginx-fa524e9063212bf021aa557a0e42b2b0c06f3982.tar.bz2
delete useless r->cache->uses
Diffstat (limited to 'src/http/ngx_http_cache.h')
-rw-r--r--src/http/ngx_http_cache.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/http/ngx_http_cache.h b/src/http/ngx_http_cache.h
index 697c4d49b..ed5ec2499 100644
--- a/src/http/ngx_http_cache.h
+++ b/src/http/ngx_http_cache.h
@@ -62,7 +62,6 @@ struct ngx_http_cache_s {
off_t length;
ngx_uint_t min_uses;
- ngx_uint_t uses;
ngx_uint_t error;
ngx_uint_t valid_msec;