From 59781d66ce6e40e99676da0b188b11669a6dab92 Mon Sep 17 00:00:00 2001 From: Igor Sysoev Date: Thu, 3 Jan 2008 20:06:09 +0000 Subject: axe useless code --- src/http/modules/ngx_http_dav_module.c | 6 ------ 1 file changed, 6 deletions(-) (limited to 'src') diff --git a/src/http/modules/ngx_http_dav_module.c b/src/http/modules/ngx_http_dav_module.c index d0e27e995..4056232eb 100644 --- a/src/http/modules/ngx_http_dav_module.c +++ b/src/http/modules/ngx_http_dav_module.c @@ -688,12 +688,6 @@ destination_done: overwrite_done: - rc = ngx_http_discard_request_body(r); - - if (rc != NGX_OK) { - return rc; - } - ngx_http_map_uri_to_path(r, &path, &root, 0); ngx_log_debug1(NGX_LOG_DEBUG_HTTP, r->connection->log, 0, -- cgit