From cfb2b55e8d3e5d9e9da87ad7dd2258c3c571cbb1 Mon Sep 17 00:00:00 2001 From: Sergey Kandaurov Date: Wed, 2 Oct 2013 11:51:04 +0400 Subject: 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. --- src/http/modules/ngx_http_dav_module.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/http') diff --git a/src/http/modules/ngx_http_dav_module.c b/src/http/modules/ngx_http_dav_module.c index a97c60e44..2a179922c 100644 --- a/src/http/modules/ngx_http_dav_module.c +++ b/src/http/modules/ngx_http_dav_module.c @@ -10,8 +10,6 @@ #include -#define NGX_HTTP_DAV_COPY_BLOCK 65536 - #define NGX_HTTP_DAV_OFF 2 -- cgit