Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nginx/nginx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2009-04-18 23:39:06 +0400
committerIgor Sysoev <igor@sysoev.ru>2009-04-18 23:39:06 +0400
commitd7fe6406720e5d5307dc1164f5f95c68f7b9fe7b (patch)
treece572ed12d4b0e5d088f82f30fc201f1fe26ecd0 /src/http/modules/perl
parentf7a08d5f9ab224c7d3751693c1ba159a5d6d5900 (diff)
remove TODO comments
Diffstat (limited to 'src/http/modules/perl')
-rw-r--r--src/http/modules/perl/ngx_http_perl_module.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/http/modules/perl/ngx_http_perl_module.c b/src/http/modules/perl/ngx_http_perl_module.c
index d57a9b16b..e22428a78 100644
--- a/src/http/modules/perl/ngx_http_perl_module.c
+++ b/src/http/modules/perl/ngx_http_perl_module.c
@@ -175,7 +175,6 @@ ngx_http_perl_xs_init(pTHX)
static ngx_int_t
ngx_http_perl_handler(ngx_http_request_t *r)
{
- /* TODO: Win32 */
if (r->zero_in_uri) {
return NGX_HTTP_NOT_FOUND;
}