]> git.vpit.fr Git - perl/modules/Variable-Magic.git/commitdiff
Remove an unused variable
authorVincent Pit <vince@profvince.com>
Sat, 11 Aug 2012 10:28:29 +0000 (12:28 +0200)
committerVincent Pit <vince@profvince.com>
Sat, 11 Aug 2012 10:28:29 +0000 (12:28 +0200)
Magic.xs

index 14eab61f73c5e5afcc1d9169280c053c16add03c..15164cc8adf8be638062352676565131b5433c47 100644 (file)
--- a/Magic.xs
+++ b/Magic.xs
@@ -1727,7 +1727,6 @@ PROTOTYPE: \[$@%&*]$@
 PREINIT:
  const vmg_wizard *w = NULL;
  SV **args = NULL;
- UV ret;
  I32 i = 0;
 CODE:
  if (items > 2) {