commit | a7fb68812f493f1e66c0a1299e9b63ef5a03423b | [log] [tgz] |
---|---|---|
author | Ruslan Ermilov <ru@nginx.com> | Thu Feb 25 16:29:51 2016 +0300 |
committer | Ruslan Ermilov <ru@nginx.com> | Thu Feb 25 16:29:51 2016 +0300 |
tree | 5ecde181deda589861d1a08c24cdc72d035842c3 | |
parent | 171e49e083df0a9d8b25cf7697afc803311ff000 [diff] |
Dynamic modules: removed unnecessary initialization. It became unnecessary after 85dea406e18f.
diff --git a/src/core/ngx_module.c b/src/core/ngx_module.c index f5ec86a..2d81b38 100644 --- a/src/core/ngx_module.c +++ b/src/core/ngx_module.c
@@ -27,7 +27,6 @@ { 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];