Dynamic modules: removed unnecessary initialization.
It became unnecessary after 85dea406e18f.
This commit is contained in:
parent
40750e0549
commit
1c95665235
1 changed files with 0 additions and 1 deletions
|
@ -27,7 +27,6 @@ ngx_preinit_modules()
|
|||
{
|
||||
ngx_uint_t i;
|
||||
|
||||
ngx_max_module = 0;
|
||||
for (i = 0; ngx_modules[i]; i++) {
|
||||
ngx_modules[i]->index = i;
|
||||
ngx_modules[i]->name = ngx_module_names[i];
|
||||
|
|
Loading…
Reference in a new issue