changeset 2025:638bbe2464f3

delete useless lines
author Igor Sysoev <igor@sysoev.ru>
date Thu, 22 May 2008 14:28:25 +0000
parents 7018254cc006
children 72db8932f782
files src/http/ngx_http.c
diffstat 1 files changed, 0 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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) {