From: Vincent Pit Date: Sat, 11 Aug 2012 10:28:29 +0000 (+0200) Subject: Remove an unused variable X-Git-Tag: v0.51~6 X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2FVariable-Magic.git;a=commitdiff_plain;h=4622b2e2dd6a1ee85bbc63dfb5c736be78d87beb Remove an unused variable --- diff --git a/Magic.xs b/Magic.xs index 14eab61..15164cc 100644 --- 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) {