Remove code obsoleted by change 18.
Nicholas Clark [Tue, 22 Jan 2008 15:27:09 +0000 (15:27 +0000)]
p4raw-id: //depot/perl@33036

pp_ctl.c

index 50a9df6..e4c3f8f 100644 (file)
--- 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;