mirror of
https://github.com/nginx/nginx.git
synced 2025-06-12 21:52:41 +08:00
style fix
This commit is contained in:
parent
85992f9eb3
commit
0e73a5bfb7
@ -1111,9 +1111,7 @@ ngx_http_file_cache_delete(ngx_http_file_cache_t *cache, ngx_queue_t *q,
|
||||
*p = '\0';
|
||||
|
||||
ngx_queue_remove(q);
|
||||
|
||||
ngx_rbtree_delete(&cache->sh->rbtree, &fcn->node);
|
||||
|
||||
ngx_slab_free_locked(cache->shpool, fcn);
|
||||
|
||||
ngx_shmtx_unlock(&cache->shpool->mutex);
|
||||
|
Loading…
Reference in New Issue
Block a user