axe useless code

This commit is contained in:
Igor Sysoev 2008-03-13 12:34:59 +00:00
parent 8227959668
commit 732a34a137

View File

@ -308,8 +308,6 @@ ngx_open_cached_file(ngx_open_file_cache_t *cache, ngx_str_t *name,
/* not found */
file = NULL;
rc = ngx_open_and_stat_file(name->data, of, pool->log);
if (rc != NGX_OK && (of->err == 0 || !of->errors)) {