diff options
| author | Igor Sysoev <igor@sysoev.ru> | 2010-08-03 09:42:53 +0000 |
|---|---|---|
| committer | Igor Sysoev <igor@sysoev.ru> | 2010-08-03 09:42:53 +0000 |
| commit | b16b8ddae6fcb2d81985b84db9ff3244b1bfffb6 (patch) | |
| tree | 9228c19112631868220e78b073248403f2cd1289 | |
| parent | 90f95522a550cc9d8da7971af05d9f837788d19f (diff) | |
| download | nginx-b16b8ddae6fcb2d81985b84db9ff3244b1bfffb6.tar.gz nginx-b16b8ddae6fcb2d81985b84db9ff3244b1bfffb6.tar.bz2 | |
delete surplus assignment
| -rw-r--r-- | src/http/ngx_http_file_cache.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/http/ngx_http_file_cache.c b/src/http/ngx_http_file_cache.c index 6fc823c6d..94ddbf697 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_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) { |
