X-Git-Url: http://git.vpit.fr/?a=blobdiff_plain;f=Upper.xs;h=c7b3a6e299c34638079caa028be99cf3447887fe;hb=76641b4a6d0329df1c7c0b24ada2816b591663dd;hp=548064bf4e87774efdfb6662bb72d88f703db0b2;hpb=497aa4b64fd9dc0017c2929d9ce9e0a92453b02d;p=perl%2Fmodules%2FScope-Upper.git diff --git a/Upper.xs b/Upper.xs index 548064b..c7b3a6e 100644 --- a/Upper.xs +++ b/Upper.xs @@ -137,7 +137,6 @@ STATIC I32 su_av_key2idx(pTHX_ AV *av, I32 key) { if (SvRMAGICAL(av)) { const MAGIC * const tied_magic = mg_find((SV *) av, PERL_MAGIC_tied); if (tied_magic) { - int adjust_index = 1; SV * const * const negative_indices_glob = hv_fetch(SvSTASH(SvRV(SvTIED_obj((SV *) (av), tied_magic))), NEGATIVE_INDICES_VAR, 16, 0); @@ -491,7 +490,6 @@ STATIC void su_pop(pTHX_ void *ud) { STATIC I32 su_init(pTHX_ I32 cxix, void *ud, I32 size) { #define su_init(L, U, S) su_init(aTHX_ (L), (U), (S)) I32 i, depth = 0, *origin; - I32 cur, last, step; LEAVE;