From 3961ef2318a21254f928147198b7909967f1cddb Mon Sep 17 00:00:00 2001 From: Maxim Dounin Date: Thu, 25 Jul 2013 14:54:43 +0400 Subject: Sub filter: stale comments removed. --- src/http/modules/ngx_http_sub_filter_module.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/http') diff --git a/src/http/modules/ngx_http_sub_filter_module.c b/src/http/modules/ngx_http_sub_filter_module.c index e0b2c5b67..37b04256b 100644 --- a/src/http/modules/ngx_http_sub_filter_module.c +++ b/src/http/modules/ngx_http_sub_filter_module.c @@ -677,9 +677,6 @@ ngx_http_sub_create_conf(ngx_conf_t *cf) * set by ngx_pcalloc(): * * conf->match = { 0, NULL }; - * conf->sub = { 0, NULL }; - * conf->sub_lengths = NULL; - * conf->sub_values = NULL; * conf->types = { NULL }; * conf->types_keys = NULL; */ -- cgit