diff options
author | Sergey Kandaurov <pluknet@nginx.com> | 2013-10-02 11:51:04 +0400 |
---|---|---|
committer | Sergey Kandaurov <pluknet@nginx.com> | 2013-10-02 11:51:04 +0400 |
commit | cfb2b55e8d3e5d9e9da87ad7dd2258c3c571cbb1 (patch) | |
tree | 5d45fad52365b01d498cd477dd86f6b74aef9de4 /src/http/modules/ngx_http_dav_module.c | |
parent | 5bf78d05a076629f1ee99bcc3d5e324568364c89 (diff) | |
download | nginx-cfb2b55e8d3e5d9e9da87ad7dd2258c3c571cbb1.tar.gz nginx-cfb2b55e8d3e5d9e9da87ad7dd2258c3c571cbb1.zip |
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.
Diffstat (limited to 'src/http/modules/ngx_http_dav_module.c')
-rw-r--r-- | src/http/modules/ngx_http_dav_module.c | 2 |
1 files changed, 0 insertions, 2 deletions
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 <ngx_http.h> -#define NGX_HTTP_DAV_COPY_BLOCK 65536 - #define NGX_HTTP_DAV_OFF 2 |