From: Vincent Pit Date: Fri, 6 Feb 2015 13:44:31 +0000 (+0100) Subject: Remove an unused variable declaration X-Git-Tag: rt100264~1 X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2FScope-Upper.git;a=commitdiff_plain;h=13aba0e6afaf51b4b0de5792ac07eb8e735f9747 Remove an unused variable declaration --- diff --git a/Upper.xs b/Upper.xs index 24f452d..662f246 100644 --- a/Upper.xs +++ b/Upper.xs @@ -2382,7 +2382,6 @@ XS(XS_Scope__Upper_leave) { dXSARGS; #endif dMY_CXT; - I32 cxix; PERL_UNUSED_VAR(cv); /* -W */ PERL_UNUSED_VAR(ax); /* -Wall */