diff options
author | Father Chrysostomos <sprout@cpan.org> | 2015-08-19 14:30:40 -0700 |
---|---|---|
committer | Ricardo Signes <rjbs@cpan.org> | 2015-09-29 10:50:21 -0400 |
commit | 4c9781b4bcecaf055465667caa6380eaeb8c105a (patch) | |
tree | fbebe7c63423d6fbfd06de852ce494357dbfb7b8 /regen | |
parent | ffd49c981d82447fea41ac129a7b1039866a7ca0 (diff) | |
download | perl-4c9781b4bcecaf055465667caa6380eaeb8c105a.tar.gz |
Remove OPpGREP_LEX
It is no longer used.
Diffstat (limited to 'regen')
-rw-r--r-- | regen/op_private | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/regen/op_private b/regen/op_private index 51e01b6ccc..a7537ab0ae 100644 --- a/regen/op_private +++ b/regen/op_private @@ -709,11 +709,6 @@ for (grep { $_ !~ /^l?stat$/ } ops_with_flag('-')) { -addbits($_, 1 => qw(OPpGREP_LEX GREPLEX)) # iterate over lexical $_ - for qw(mapwhile mapstart grepwhile grepstart); - - - addbits('entereval', 1 => qw(OPpEVAL_HAS_HH HAS_HH ), # Does it have a copy of %^H ? 2 => qw(OPpEVAL_UNICODE UNI ), |