summaryrefslogtreecommitdiff
path: root/pp_proto.h
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2008-01-26 10:46:12 +0000
committerNicholas Clark <nick@ccl4.org>2008-01-26 10:46:12 +0000
commit5edb5b2abb5db9e134cbde1a4d43fd61fa2b229d (patch)
treed04d3292bdb12858c20ae914b0290e53d8148317 /pp_proto.h
parentc0a413d1892b414bcca7420c00e6725079449e3c (diff)
downloadperl-5edb5b2abb5db9e134cbde1a4d43fd61fa2b229d.tar.gz
Eliminate the OP_SETSTATE, which had been disabled by change 4309.
p4raw-id: //depot/perl@33072
Diffstat (limited to 'pp_proto.h')
-rw-r--r--pp_proto.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/pp_proto.h b/pp_proto.h
index e40122ee99..13cb3cc9a7 100644
--- a/pp_proto.h
+++ b/pp_proto.h
@@ -243,7 +243,6 @@ PERL_PPDEF(Perl_pp_redo)
PERL_PPDEF(Perl_pp_dump)
PERL_PPDEF(Perl_pp_goto)
PERL_PPDEF(Perl_pp_exit)
-PERL_PPDEF(Perl_pp_setstate)
PERL_PPDEF(Perl_pp_method_named)
PERL_PPDEF(Perl_pp_entergiven)
PERL_PPDEF(Perl_pp_leavegiven)