summaryrefslogtreecommitdiff
path: root/regen
diff options
context:
space:
mode:
authorFather Chrysostomos <sprout@cpan.org>2014-11-08 06:21:31 -0800
committerFather Chrysostomos <sprout@cpan.org>2014-11-08 13:10:54 -0800
commit15da1ccf5401cb5b69ab5ab40a17dd79ebcde211 (patch)
tree453af4c058a9a5d7ef547ea37de757191c431e30 /regen
parente9cb73ab174e2797f4516851279fa01db4369146 (diff)
downloadperl-15da1ccf5401cb5b69ab5ab40a17dd79ebcde211.tar.gz
Don’t copy VMS hints to cop->op_private
Commit d5ec29879 in 2006 started storing all the hints in COPs. Some VMS-specific hints have nonetheless still been copied from PL_hints to cop->op_private, though that is no longer necessary.
Diffstat (limited to 'regen')
-rw-r--r--regen/op_private4
1 files changed, 0 insertions, 4 deletions
diff --git a/regen/op_private b/regen/op_private
index dc46b8ae1a..26573a46b9 100644
--- a/regen/op_private
+++ b/regen/op_private
@@ -287,10 +287,6 @@ use strict;
for (qw(nextstate dbstate)) {
addbits($_,
5 => qw(OPpHUSH_VMSISH HUSH),
- # should match HINT_M_VMSISH_STATUS, HINT_M_VMSISH_TIME
- 6 => qw(OPpHINT_M_VMSISH_STATUS VMSISH_STATUS),
- 7 => qw(OPpHINT_M_VMSISH_TIME VMSISH_TIME),
-
);
}