From: Rafael Garcia-Suarez Date: Thu, 3 Jan 2008 10:02:50 +0000 (+0000) Subject: OP_THREADSV was removed by #29727 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=94fc106db5c9eccf535d086a7ae59555ca7f2684;p=p5sagit%2Fp5-mst-13.2.git OP_THREADSV was removed by #29727 p4raw-id: //depot/perl@32808 --- diff --git a/op.h b/op.h index e48c5be..14b8e6e 100644 --- a/op.h +++ b/op.h @@ -246,9 +246,6 @@ Deprecated. Use C 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 */