]> git.vpit.fr Git - perl/modules/Scope-Upper.git/commitdiff
Remove an unused variable declaration
authorVincent Pit <vince@profvince.com>
Fri, 6 Feb 2015 13:44:31 +0000 (14:44 +0100)
committerVincent Pit <vince@profvince.com>
Fri, 6 Feb 2015 13:44:31 +0000 (14:44 +0100)
Upper.xs

index 24f452d1521ae89bd83fcf15267fb7a769707b20..662f24628f41392e39d2b45e97a45d61ae153983 100644 (file)
--- 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 */