From: Dmitry Volyntsev Date: Thu, 14 May 2026 00:33:35 +0000 (-0700) Subject: HTTP: removed dead code introduced in 0ffc96df7. X-Git-Tag: 0.9.9~7 X-Git-Url: http://git.kaiwu.me/postgresql/log/contrib/postgres_fdw/postgres_fdw.c?a=commitdiff_plain;h=2aee0a2e6787308b85d9e1a69c74c0cb15ea756c;p=njs.git HTTP: removed dead code introduced in 0ffc96df7. Found by Coverity (CID 1692699). --- diff --git a/nginx/ngx_http_js_module.c b/nginx/ngx_http_js_module.c index 4e351f7c..29333fc1 100644 --- a/nginx/ngx_http_js_module.c +++ b/nginx/ngx_http_js_module.c @@ -4114,9 +4114,6 @@ ngx_http_js_ext_request_form_for_each(njs_vm_t *vm, njs_value_t *args, } this_arg = njs_arg(args, nargs, 2); - if (this_arg == NULL) { - this_arg = njs_value_arg(&njs_value_undefined); - } entry = form->entries.elts;