Change 33036 by [EMAIL PROTECTED] on 2008/01/22 15:27:09
Remove code obsoleted by change 18.
Affected files ...
... //depot/perl/pp_ctl.c#667 edit
Differences ...
==== //depot/perl/pp_ctl.c#667 (text) ====
Index: perl/pp_ctl.c
--- perl/pp_ctl.c#666~33034~ 2008-01-21 09:21:40.000000000 -0800
+++ perl/pp_ctl.c 2008-01-22 07:27:09.000000000 -0800
@@ -1914,7 +1914,6 @@
}
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;
End of Patch.