From d7fe6406720e5d5307dc1164f5f95c68f7b9fe7b Mon Sep 17 00:00:00 2001 From: Igor Sysoev Date: Sat, 18 Apr 2009 19:39:06 +0000 Subject: remove TODO comments --- src/http/modules/ngx_http_index_module.c | 1 - 1 file changed, 1 deletion(-) (limited to 'src/http/modules/ngx_http_index_module.c') diff --git a/src/http/modules/ngx_http_index_module.c b/src/http/modules/ngx_http_index_module.c index fd201056a..da61a954c 100644 --- a/src/http/modules/ngx_http_index_module.c +++ b/src/http/modules/ngx_http_index_module.c @@ -116,7 +116,6 @@ ngx_http_index_handler(ngx_http_request_t *r) return NGX_DECLINED; } - /* TODO: Win32 */ if (r->zero_in_uri) { return NGX_DECLINED; } -- cgit