| commit | b16b8ddae6fcb2d81985b84db9ff3244b1bfffb6 | [log] [tgz] |
|---|---|---|
| author | Igor Sysoev <igor@sysoev.ru> | Tue Aug 03 09:42:53 2010 +0000 |
| committer | Igor Sysoev <igor@sysoev.ru> | Tue Aug 03 09:42:53 2010 +0000 |
| tree | 9228c19112631868220e78b073248403f2cd1289 | |
| parent | 90f95522a550cc9d8da7971af05d9f837788d19f [diff] |
delete surplus assignment
diff --git a/src/http/ngx_http_file_cache.c b/src/http/ngx_http_file_cache.c index 6fc823c..94ddbf6 100644 --- a/src/http/ngx_http_file_cache.c +++ b/src/http/ngx_http_file_cache.c
@@ -368,8 +368,6 @@ 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) {