mirror of
https://github.com/nginx/nginx.git
synced 2025-06-06 00:42:40 +08:00
Unused macro and variable removed.
The macro NGX_HTTP_DAV_COPY_BLOCK is not used since 8101d9101ed8 (0.8.9). The variable ngx_accept_mutex_lock_file was never used.
This commit is contained in:
parent
5bf78d05a0
commit
cfb2b55e8d
@ -56,7 +56,6 @@ ngx_uint_t ngx_accept_events;
|
||||
ngx_uint_t ngx_accept_mutex_held;
|
||||
ngx_msec_t ngx_accept_mutex_delay;
|
||||
ngx_int_t ngx_accept_disabled;
|
||||
ngx_file_t ngx_accept_mutex_lock_file;
|
||||
|
||||
|
||||
#if (NGX_STAT_STUB)
|
||||
|
@ -10,8 +10,6 @@
|
||||
#include <ngx_http.h>
|
||||
|
||||
|
||||
#define NGX_HTTP_DAV_COPY_BLOCK 65536
|
||||
|
||||
#define NGX_HTTP_DAV_OFF 2
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user