mirror of
https://github.com/nginx/nginx.git
synced 2025-02-25 18:55:26 -06:00
delete surplus assignment
This commit is contained in:
parent
90f95522a5
commit
b16b8ddae6
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user