# HG changeset patch # User Igor Sysoev # Date 1211466505 0 # Node ID 638bbe2464f39eea6ff79c772b73f42d4ff4eaa8 # Parent 7018254cc006e05fb49cf78db0b23668a4be89dc delete useless lines diff --git a/src/http/ngx_http.c b/src/http/ngx_http.c --- 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) {