From: Steve Hay Date: Fri, 1 Jul 2005 13:39:33 +0000 (+0000) Subject: Remove unreferenced local variable (and the warning about it) X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=b8e65a9b24415d2651cfd291a5c46983dbbc8048;p=p5sagit%2Fp5-mst-13.2.git Remove unreferenced local variable (and the warning about it) p4raw-id: //depot/perl@25038 --- diff --git a/ext/XS/APItest/APItest.xs b/ext/XS/APItest/APItest.xs index 446ebe0..a5a2bf0 100644 --- a/ext/XS/APItest/APItest.xs +++ b/ext/XS/APItest/APItest.xs @@ -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