diff options
author | Father Chrysostomos <sprout@cpan.org> | 2012-08-26 12:28:45 -0700 |
---|---|---|
committer | Father Chrysostomos <sprout@cpan.org> | 2012-08-26 13:16:55 -0700 |
commit | 605fa6bfaf6ef9730e033df2f335330109378756 (patch) | |
tree | 382d088cc7111f1b8e035ad692ff552796b55e78 /regen | |
parent | 9f527363e9a5fddbef57d6741c431af8b53b5470 (diff) | |
download | perl-605fa6bfaf6ef9730e033df2f335330109378756.tar.gz |
Remove boolkeys op
Diffstat (limited to 'regen')
-rwxr-xr-x | regen/opcode.pl | 3 | ||||
-rw-r--r-- | regen/opcodes | 1 |
2 files changed, 1 insertions, 3 deletions
diff --git a/regen/opcode.pl b/regen/opcode.pl index a776582407..2ef64ec59d 100755 --- a/regen/opcode.pl +++ b/regen/opcode.pl @@ -67,8 +67,7 @@ my %alias; # Format is "this function" => "does these op names" my @raw_alias = ( Perl_do_kv => [qw( keys values )], - Perl_unimplemented_op => [qw(padany mapstart custom - boolkeys)], + Perl_unimplemented_op => [qw(padany mapstart custom)], # All the ops with a body of { return NORMAL; } Perl_pp_null => [qw(scalar regcmaybe lineseq scope)], diff --git a/regen/opcodes b/regen/opcodes index e24940736f..ad10c17793 100644 --- a/regen/opcodes +++ b/regen/opcodes @@ -232,7 +232,6 @@ exists exists ck_exists is% S rv2hv hash dereference ck_rvconst dt1 helem hash element ck_null s2 H S hslice hash slice ck_null m@ H L -boolkeys boolkeys ck_fun % H # Explosives and implosives. |