[nginx] Sub filter: stale comments removed.
Maxim Dounin
mdounin at mdounin.ru
Thu Jul 25 11:58:36 UTC 2013
details: http://hg.nginx.org/nginx/rev/eaa9c732a1b9
branches:
changeset: 5284:eaa9c732a1b9
user: Maxim Dounin <mdounin at mdounin.ru>
date: Thu Jul 25 14:54:43 2013 +0400
description:
Sub filter: stale comments removed.
diffstat:
src/http/modules/ngx_http_sub_filter_module.c | 3 ---
1 files changed, 0 insertions(+), 3 deletions(-)
diffs (13 lines):
diff --git a/src/http/modules/ngx_http_sub_filter_module.c b/src/http/modules/ngx_http_sub_filter_module.c
--- 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;
*/
More information about the nginx-devel
mailing list