delete surplus assignment

This commit is contained in:
Igor Sysoev 2010-08-03 09:42:53 +00:00
parent f94de11f91
commit d809597b13
1 changed files with 0 additions and 2 deletions

View File

@ -368,8 +368,6 @@ ngx_http_file_cache_read(ngx_http_request_t *r, ngx_http_cache_t *c)
ngx_http_file_cache_t *cache;
ngx_http_file_cache_header_t *h;
c = r->cache;
n = ngx_http_file_cache_aio_read(r, c);
if (n < 0) {