]> git.kaiwu.me - nginx.git/commitdiff
delete useless lines
authorIgor Sysoev <igor@sysoev.ru>
Thu, 22 May 2008 14:28:25 +0000 (14:28 +0000)
committerIgor Sysoev <igor@sysoev.ru>
Thu, 22 May 2008 14:28:25 +0000 (14:28 +0000)
src/http/ngx_http.c

index 2a8f427124c7a3024605f9a12d127257f0f1632e..c708ddf032561ffe070d6091cbf2bd087144ce43 100644 (file)
@@ -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) {