mirror of
https://github.com/nginx/nginx.git
synced 2025-08-06 14:56:15 +08:00
axe useless code
This commit is contained in:
parent
8227959668
commit
732a34a137
@ -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)) {
|
||||
|
Loading…
Reference in New Issue
Block a user