diff src/http/modules/ngx_http_index_module.c @ 2721:8e720b7fe6d2

remove TODO comments
author Igor Sysoev <igor@sysoev.ru>
date Sat, 18 Apr 2009 19:39:06 +0000
parents 47839f59ce2a
children 09cab3f8d92e
line wrap: on
line diff
--- 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_
         return NGX_DECLINED;
     }
 
-    /* TODO: Win32 */
     if (r->zero_in_uri) {
         return NGX_DECLINED;
     }