delete surplus assignment
This commit is contained in:
parent
f94de11f91
commit
d809597b13
1 changed files with 0 additions and 2 deletions
|
@ -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_t *cache;
|
||||||
ngx_http_file_cache_header_t *h;
|
ngx_http_file_cache_header_t *h;
|
||||||
|
|
||||||
c = r->cache;
|
|
||||||
|
|
||||||
n = ngx_http_file_cache_aio_read(r, c);
|
n = ngx_http_file_cache_aio_read(r, c);
|
||||||
|
|
||||||
if (n < 0) {
|
if (n < 0) {
|
||||||
|
|
Loading…
Reference in a new issue