# HG changeset patch # User Igor Sysoev # Date 1211466505 0 # Node ID 638bbe2464f39eea6ff79c772b73f42d4ff4eaa8 # Parent 7018254cc006e05fb49cf78db0b23668a4be89dc delete useless lines diff -r 7018254cc006 -r 638bbe2464f3 src/http/ngx_http.c --- a/src/http/ngx_http.c Thu May 22 12:09:41 2008 +0000 +++ b/src/http/ngx_http.c Thu May 22 14:28:25 2008 +0000 @@ -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) {