diff options
| author | Igor Sysoev <igor@sysoev.ru> | 2009-06-06 17:48:54 +0000 |
|---|---|---|
| committer | Igor Sysoev <igor@sysoev.ru> | 2009-06-06 17:48:54 +0000 |
| commit | fa524e9063212bf021aa557a0e42b2b0c06f3982 (patch) | |
| tree | ca1e06a82e3e3deb3e4f73cc19275b9dde3b81e5 /src/http/ngx_http_cache.h | |
| parent | ae7e8886f67a22bc85e7ff7e2b07ec55f77a4a2e (diff) | |
| download | nginx-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.h | 1 |
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; |
