summaryrefslogtreecommitdiff
path: root/regen
diff options
context:
space:
mode:
authorFather Chrysostomos <sprout@cpan.org>2015-08-19 14:30:40 -0700
committerRicardo Signes <rjbs@cpan.org>2015-09-29 10:50:21 -0400
commit4c9781b4bcecaf055465667caa6380eaeb8c105a (patch)
treefbebe7c63423d6fbfd06de852ce494357dbfb7b8 /regen
parentffd49c981d82447fea41ac129a7b1039866a7ca0 (diff)
downloadperl-4c9781b4bcecaf055465667caa6380eaeb8c105a.tar.gz
Remove OPpGREP_LEX
It is no longer used.
Diffstat (limited to 'regen')
-rw-r--r--regen/op_private5
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 ),