comparison src/http/modules/ngx_http_dav_module.c @ 5409:11599a3d0c7c

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.
author Sergey Kandaurov <pluknet@nginx.com>
date Wed, 02 Oct 2013 11:51:04 +0400
parents e7467ae41626
children 5c52ff68f380
comparison
equal deleted inserted replaced
5408:d7a2729623d3 5409:11599a3d0c7c
7 7
8 #include <ngx_config.h> 8 #include <ngx_config.h>
9 #include <ngx_core.h> 9 #include <ngx_core.h>
10 #include <ngx_http.h> 10 #include <ngx_http.h>
11 11
12
13 #define NGX_HTTP_DAV_COPY_BLOCK 65536
14 12
15 #define NGX_HTTP_DAV_OFF 2 13 #define NGX_HTTP_DAV_OFF 2
16 14
17 15
18 #define NGX_HTTP_DAV_NO_DEPTH -3 16 #define NGX_HTTP_DAV_NO_DEPTH -3