From: Nicholas Clark Date: Tue, 22 Jan 2008 15:27:09 +0000 (+0000) Subject: Remove code obsoleted by change 18. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=5c8c4cb2e56f3a0b4e2b54cb9ba6767a30ae85a4;p=p5sagit%2Fp5-mst-13.2.git Remove code obsoleted by change 18. p4raw-id: //depot/perl@33036 --- diff --git a/pp_ctl.c b/pp_ctl.c index 50a9df6..e4c3f8f 100644 --- a/pp_ctl.c +++ b/pp_ctl.c @@ -1914,7 +1914,6 @@ PP(pp_enteriter) } else { cx->blk_loop.iterary = PL_curstack; - AvFILLp(PL_curstack) = SP - PL_stack_base; if (PL_op->op_private & OPpITER_REVERSED) { cx->blk_loop.itermax = MARK - PL_stack_base + 1; cx->blk_loop.iterix = cx->blk_oldsp + 1;