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

remove TODO comments
author Igor Sysoev <igor@sysoev.ru>
date Sat, 18 Apr 2009 19:39:06 +0000
parents 6223d5a9e87f
children c7d57b539248
line wrap: on
line diff
--- a/src/http/modules/ngx_http_random_index_module.c
+++ b/src/http/modules/ngx_http_random_index_module.c
@@ -86,7 +86,6 @@ ngx_http_random_index_handler(ngx_http_r
         return NGX_DECLINED;
     }
 
-    /* TODO: Win32 */
     if (r->zero_in_uri) {
         return NGX_DECLINED;
     }