| commit | 732a34a137bc30179e0784ec392931f51ba605c0 | [log] [tgz] |
|---|---|---|
| author | Igor Sysoev <igor@sysoev.ru> | Thu Mar 13 12:34:59 2008 +0000 |
| committer | Igor Sysoev <igor@sysoev.ru> | Thu Mar 13 12:34:59 2008 +0000 |
| tree | 2fc93d6ab37b777c8cac00a8304c340cc3ebd7a0 | |
| parent | 822795966837e5f44ae51c214f9262111569a422 [diff] |
axe useless code
diff --git a/src/core/ngx_open_file_cache.c b/src/core/ngx_open_file_cache.c index 9c5cc67..abd0e2a 100644 --- a/src/core/ngx_open_file_cache.c +++ b/src/core/ngx_open_file_cache.c
@@ -308,8 +308,6 @@ /* not found */ - file = NULL; - rc = ngx_open_and_stat_file(name->data, of, pool->log); if (rc != NGX_OK && (of->err == 0 || !of->errors)) {