summaryrefslogtreecommitdiff
path: root/pp_proto.h
diff options
context:
space:
mode:
authorZefram <zefram@fysh.org>2017-11-29 20:19:20 +0000
committerZefram <zefram@fysh.org>2017-11-29 20:19:20 +0000
commit97b4caa610942fa2caded4f8ec03ac72089cd30e (patch)
treeeb4e355f7bb4909b5db236857b80af270a345a62 /pp_proto.h
parent619bbb9ab0f3cffda05f980b2ebb5bf660ad6962 (diff)
downloadperl-97b4caa610942fa2caded4f8ec03ac72089cd30e.tar.gz
remove useless "break" mechanism
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 407cbd14a3..34fa56d959 100644
--- a/pp_proto.h
+++ b/pp_proto.h
@@ -32,7 +32,6 @@ PERL_CALLCONV OP *Perl_pp_binmode(pTHX);
PERL_CALLCONV OP *Perl_pp_bit_and(pTHX);
PERL_CALLCONV OP *Perl_pp_bit_or(pTHX);
PERL_CALLCONV OP *Perl_pp_bless(pTHX);
-PERL_CALLCONV OP *Perl_pp_break(pTHX);
PERL_CALLCONV OP *Perl_pp_caller(pTHX);
PERL_CALLCONV OP *Perl_pp_chdir(pTHX);
PERL_CALLCONV OP *Perl_pp_chop(pTHX);