diff options
author | Nicholas Clark <nick@ccl4.org> | 2005-10-30 17:08:39 +0000 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2005-10-30 17:08:39 +0000 |
commit | c78ff9799bf626c2fa25bf736a1f2793074eaa97 (patch) | |
tree | 36673dad7e1857a20c288d29638e785947d888c2 /pp_ctl.c | |
parent | ad5d783e0ce2ce4d888246396b594121b152423b (diff) | |
download | perl-c78ff9799bf626c2fa25bf736a1f2793074eaa97.tar.gz |
Functions that die aren't exactly well used code.
(ck_retarget, oopsCV, pp_padany, pp_threadsv, pp_mapstart)
p4raw-id: //depot/perl@25901
Diffstat (limited to 'pp_ctl.c')
-rw-r--r-- | pp_ctl.c | 5 |
1 files changed, 0 insertions, 5 deletions
@@ -940,11 +940,6 @@ PP(pp_grepstart) return ((LOGOP*)PL_op->op_next)->op_other; } -PP(pp_mapstart) -{ - DIE(aTHX_ "panic: mapstart"); /* uses grepstart */ -} - PP(pp_mapwhile) { dVAR; dSP; |