Remove unreferenced local variable (and the warning about it)
Steve Hay [Fri, 1 Jul 2005 13:39:33 +0000 (13:39 +0000)]
p4raw-id: //depot/perl@25038

ext/XS/APItest/APItest.xs

index 446ebe0..a5a2bf0 100644 (file)
@@ -311,7 +311,7 @@ eval_sv(sv, flags)
        EXTEND(SP, 1);
        PUSHs(sv_2mortal(newSViv(i)));
 
-SV*
+void
 eval_pv(p, croak_on_error)
     const char* p
     I32 croak_on_error