[njs] Modules: removed not needed previous location initialization.

noreply at nginx.com noreply at nginx.com
Sat Jun 29 02:52:04 UTC 2024


details:   https://hg.nginx.org/njs/rev/5b5f45340f9f
branches:  
changeset: 2360:5b5f45340f9f
user:      Dmitry Volyntsev <xeioex at nginx.com>
date:      Mon Jun 17 21:35:02 2024 -0700
description:
Modules: removed not needed previous location initialization.

diffstat:

 nginx/ngx_js.c |  6 ------
 1 files changed, 0 insertions(+), 6 deletions(-)

diffs (16 lines):

diff -r a419f9189f55 -r 5b5f45340f9f nginx/ngx_js.c
--- a/nginx/ngx_js.c	Mon Jun 24 17:09:07 2024 -0700
+++ b/nginx/ngx_js.c	Mon Jun 17 21:35:02 2024 -0700
@@ -1542,12 +1542,6 @@ ngx_js_merge_vm(ngx_conf_t *cf, ngx_js_l
     ngx_array_t          *imports, *preload_objects, *paths;
     ngx_js_named_path_t  *import, *pi, *pij, *preload;
 
-    if (prev->imports != NGX_CONF_UNSET_PTR && prev->vm == NULL) {
-        if (init_vm(cf, (ngx_js_loc_conf_t *) prev) != NGX_OK) {
-            return NGX_ERROR;
-        }
-    }
-
     if (conf->imports == NGX_CONF_UNSET_PTR
         && conf->paths == NGX_CONF_UNSET_PTR
         && conf->preload_objects == NGX_CONF_UNSET_PTR)


More information about the nginx-devel mailing list