Remove dead code surrounded by #if 0 from mathoms.c
authorNicholas Clark <nick@ccl4.org>
Mon, 17 Sep 2007 20:19:51 +0000 (20:19 +0000)
committerNicholas Clark <nick@ccl4.org>
Mon, 17 Sep 2007 20:19:51 +0000 (20:19 +0000)
p4raw-id: //depot/perl@31888

mathoms.c

index 4f8ee56..05be2ba 100644 (file)
--- a/mathoms.c
+++ b/mathoms.c
@@ -533,16 +533,6 @@ Perl_hv_magic(pTHX_ HV *hv, GV *gv, int how)
     sv_magic((SV*)hv, (SV*)gv, how, NULL, 0);
 }
 
-#if 0 /* use the macro from hv.h instead */
-
-char*  
-Perl_sharepvn(pTHX_ const char *sv, I32 len, U32 hash)
-{
-    return HEK_KEY(share_hek(sv, len, hash));
-}
-
-#endif
-
 AV *
 Perl_av_fake(pTHX_ register I32 size, register SV **strp)
 {
@@ -673,16 +663,6 @@ Perl_save_hints(pTHX)
     Perl_croak(aTHX_ "internal error: obsolete function save_hints() called");
 }
 
-#if 0
-OP *
-Perl_ck_retarget(pTHX_ OP *o)
-{
-    Perl_croak(aTHX_ "NOT IMPL LINE %d",__LINE__);
-    /* STUB */
-    return o;
-}
-#endif
-
 OP *
 Perl_oopsCV(pTHX_ OP *o)
 {