X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=scope.c;h=3b9f0d108aa749380b075bef2dbb6d98c69f51aa;hb=300aed98347df4b3587b6ffdf7817ba6640f2e5e;hp=3680a88e5f15a0761bd6fdd33dc35c6ad0c67245;hpb=2841d78411ddadd05a6fbe13e0be06f765fad3fb;p=p5sagit%2Fp5-mst-13.2.git diff --git a/scope.c b/scope.c index 3680a88..3b9f0d1 100644 --- a/scope.c +++ b/scope.c @@ -79,7 +79,6 @@ PERL_SI * Perl_new_stackinfo(pTHX_ I32 stitems, I32 cxitems) { PERL_SI *si; - PERL_CONTEXT *cxt; New(56, si, 1, PERL_SI); si->si_stack = newAV(); AvREAL_off(si->si_stack);