mirror of
https://github.com/nginx/nginx.git
synced 2026-06-26 20:01:45 +00:00
delete surplus assignment
This commit is contained in:
parent
90f95522a5
commit
b16b8ddae6
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_header_t *h;
|
||||
|
||||
c = r->cache;
|
||||
|
||||
n = ngx_http_file_cache_aio_read(r, c);
|
||||
|
||||
if (n < 0) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue