summaryrefslogtreecommitdiff
path: root/op.h
diff options
context:
space:
mode:
authorRafael Garcia-Suarez <rgarciasuarez@gmail.com>2008-01-03 10:02:50 +0000
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>2008-01-03 10:02:50 +0000
commit94fc106db5c9eccf535d086a7ae59555ca7f2684 (patch)
tree5b3d7cbf764da5f28a7c7c47b48d58b37076c47e /op.h
parent740cce10afff4bec3346f61ab3d0f7bfa424948c (diff)
downloadperl-94fc106db5c9eccf535d086a7ae59555ca7f2684.tar.gz
OP_THREADSV was removed by #29727
p4raw-id: //depot/perl@32808
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 e48c5be163..14b8e6ef24 100644
--- a/op.h
+++ b/op.h
@@ -246,9 +246,6 @@ Deprecated. Use C<GIMME_V> instead.
#define OPpSORT_QSORT 32 /* Use quicksort (not mergesort) */
#define OPpSORT_STABLE 64 /* Use a stable algorithm */
-/* Private for OP_THREADSV */
-#define OPpDONE_SVREF 64 /* Been through newSVREF once */
-
/* Private for OP_OPEN and OP_BACKTICK */
#define OPpOPEN_IN_RAW 16 /* binmode(F,":raw") on input fh */
#define OPpOPEN_IN_CRLF 32 /* binmode(F,":crlf") on input fh */