diff options
author | Father Chrysostomos <sprout@cpan.org> | 2013-10-24 12:46:52 -0700 |
---|---|---|
committer | Father Chrysostomos <sprout@cpan.org> | 2013-10-24 17:50:19 -0700 |
commit | 1a8bdda9d755b989a595e71b28eba150ebaae663 (patch) | |
tree | 51db4a809010bf9a9febe2d85eb5d428cee569c1 /opcode.h | |
parent | 348e937b56a12497c3c54e7a108457159955398f (diff) | |
download | perl-1a8bdda9d755b989a595e71b28eba150ebaae663.tar.gz |
rv2hv does not use its TARG
rv2hv has had a TARG since perl 5.000, but it has not used it since
hv_scalar was added in perl-5.8.0-3008-ga3bcc51.
This commit removes it, saving a tiny bit of space in the pad.
Diffstat (limited to 'opcode.h')
-rw-r--r-- | opcode.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1865,7 +1865,7 @@ EXTCONST U32 PL_opargs[] = { 0x00004b08, /* keys */ 0x00001b00, /* delete */ 0x00001b04, /* exists */ - 0x00000148, /* rv2hv */ + 0x00000140, /* rv2hv */ 0x00014204, /* helem */ 0x00024401, /* hslice */ 0x00024401, /* kvhslice */ |