summaryrefslogtreecommitdiff
path: root/op.h
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 /op.h
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 'op.h')
-rw-r--r--op.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/op.h b/op.h
index bec9df41c2..c660b31a33 100644
--- a/op.h
+++ b/op.h
@@ -163,9 +163,6 @@ Deprecated. Use C<GIMME_V> instead.
in dynamic context */
#define OPpENTERSUB_LVAL_MASK (OPpLVAL_INTRO|OPpENTERSUB_INARGS)
-/* VMS-specific hints in COPs */
-#define OPpHINT_M_VMSISH_MASK (OPpHINT_M_VMSISH_STATUS|OPpHINT_M_VMSISH_TIME)
-
struct op {