Branch: refs/heads/blead Home: https://github.com/Perl/perl5 Commit: a73ae6f4222879658343913054a55c91d5415f14 https://github.com/Perl/perl5/commit/a73ae6f4222879658343913054a55c91d5415f14 Author: TAKAI Kousuke <[email protected]> Date: 2021-08-23 (Mon, 23 Aug 2021)
Changed paths:
M sv.c
Log Message:
-----------
sv.c: Removed a redundant SvNV_nomg call in sv_vcatpvfn_flags.
SvNV_nomg(argsv) is redundant here because its NV is already loaded
to the local variable "nv".
