From b8e65a9b24415d2651cfd291a5c46983dbbc8048 Mon Sep 17 00:00:00 2001 From: Steve Hay Date: Fri, 1 Jul 2005 13:39:33 +0000 Subject: [PATCH] Remove unreferenced local variable (and the warning about it) p4raw-id: //depot/perl@25038 --- ext/XS/APItest/APItest.xs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 1.8.3.1