diff src/http/ngx_http.c @ 2025:638bbe2464f3

delete useless lines
author Igor Sysoev <igor@sysoev.ru>
date Thu, 22 May 2008 14:28:25 +0000
parents 7d58e319285e
children f321b59ae0e9
line wrap: on
line diff
--- a/src/http/ngx_http.c
+++ b/src/http/ngx_http.c
@@ -191,7 +191,6 @@ ngx_http_block(ngx_conf_t *cf, ngx_comma
         }
 
         module = ngx_modules[m]->ctx;
-        mi = ngx_modules[m]->ctx_index;
 
         if (module->preconfiguration) {
             if (module->preconfiguration(cf) != NGX_OK) {
@@ -292,7 +291,6 @@ ngx_http_block(ngx_conf_t *cf, ngx_comma
         }
 
         module = ngx_modules[m]->ctx;
-        mi = ngx_modules[m]->ctx_index;
 
         if (module->postconfiguration) {
             if (module->postconfiguration(cf) != NGX_OK) {