summaryrefslogtreecommitdiffhomepage
path: root/src
diff options
context:
space:
mode:
authorMaxim Dounin <mdounin@mdounin.ru>2013-07-25 14:54:43 +0400
committerMaxim Dounin <mdounin@mdounin.ru>2013-07-25 14:54:43 +0400
commit3961ef2318a21254f928147198b7909967f1cddb (patch)
tree98851ab2cb8f61cbead95c78d1d321683ee00137 /src
parent02a077b827438ae17c638efed70ee1804ce7d898 (diff)
downloadnginx-3961ef2318a21254f928147198b7909967f1cddb.tar.gz
nginx-3961ef2318a21254f928147198b7909967f1cddb.tar.bz2
Sub filter: stale comments removed.
Diffstat (limited to 'src')
-rw-r--r--src/http/modules/ngx_http_sub_filter_module.c3
1 files changed, 0 insertions, 3 deletions
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;
*/