commit | 89e0aad840cddfb8031a0d97ed8254a85aa943c5 | [log] [tgz] |
---|---|---|
author | Igor Sysoev <igor@sysoev.ru> | Thu May 22 14:28:25 2008 +0000 |
committer | Igor Sysoev <igor@sysoev.ru> | Thu May 22 14:28:25 2008 +0000 |
tree | a4bd18624733d88c57c2493912cc9325a6bf9094 | |
parent | 3b30476068751fa7814b10302a63b7f3227c7450 [diff] |
delete useless lines
diff --git a/src/http/ngx_http.c b/src/http/ngx_http.c index 2a8f427..c708ddf 100644 --- a/src/http/ngx_http.c +++ b/src/http/ngx_http.c
@@ -191,7 +191,6 @@ } module = ngx_modules[m]->ctx; - mi = ngx_modules[m]->ctx_index; if (module->preconfiguration) { if (module->preconfiguration(cf) != NGX_OK) { @@ -292,7 +291,6 @@ } module = ngx_modules[m]->ctx; - mi = ngx_modules[m]->ctx_index; if (module->postconfiguration) { if (module->postconfiguration(cf) != NGX_OK) {