From: Vadim Zhestikov Date: Mon, 16 Jun 2025 21:33:05 +0000 (-0700) Subject: Removed useless njs_value_assign() call. X-Git-Tag: 0.9.1~8 X-Git-Url: http://www.kaiwu.me/postgresql/commit/static/gitweb.js?a=commitdiff_plain;h=fe8a0e58d7bafe5a55705b30da5ac9722fa07e17;p=njs.git Removed useless njs_value_assign() call. --- diff --git a/src/njs_object.c b/src/njs_object.c index dec312c5..b842b1ab 100644 --- a/src/njs_object.c +++ b/src/njs_object.c @@ -2431,7 +2431,6 @@ njs_property_constructor_set(njs_vm_t *vm, njs_flathsh_t *hash, return NULL; } - njs_value_assign(njs_prop_value(prop), constructor); prop->enumerable = 0; lhq.value = prop;