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.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.c')
-rw-r--r-- | pp.c | 10 |
1 files changed, 0 insertions, 10 deletions
@@ -127,11 +127,6 @@ PP(pp_padhv) RETURN; } -PP(pp_padany) -{ - DIE(aTHX_ "NOT IMPL LINE %d",__LINE__); -} - /* Translations. */ PP(pp_rv2gv) @@ -4790,11 +4785,6 @@ PP(pp_lock) RETURN; } -PP(pp_threadsv) -{ - DIE(aTHX_ "tried to access per-thread data in non-threaded perl"); -} - /* * Local variables: * c-indentation-style: bsd |