From 89e0aad840cddfb8031a0d97ed8254a85aa943c5 Mon Sep 17 00:00:00 2001 From: Igor Sysoev Date: Thu, 22 May 2008 14:28:25 +0000 Subject: delete useless lines --- src/http/ngx_http.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/http/ngx_http.c') diff --git a/src/http/ngx_http.c b/src/http/ngx_http.c index 2a8f42712..c708ddf03 100644 --- a/src/http/ngx_http.c +++ b/src/http/ngx_http.c @@ -191,7 +191,6 @@ ngx_http_block(ngx_conf_t *cf, ngx_command_t *cmd, void *conf) } 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_command_t *cmd, void *conf) } module = ngx_modules[m]->ctx; - mi = ngx_modules[m]->ctx_index; if (module->postconfiguration) { if (module->postconfiguration(cf) != NGX_OK) { -- cgit