Skip to content

Commit f4c48b7

Browse files
committed
FIX: removing code which is no more needed (there is no RETURN/REDO anymore)
Related to: metaeducation/rebol-issues#2121
1 parent 7e61a4a commit f4c48b7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/core/n-control.c

-1
Original file line numberDiff line numberDiff line change
@@ -307,7 +307,6 @@ enum {
307307
***********************************************************************/
308308
{
309309
Apply_Block(D_ARG(1), D_ARG(2), !D_REF(3)); // stack volatile
310-
VAL_CLR_OPT(DS_TOP, OPTS_REVAL); // secure against return/redo
311310
return R_TOS;
312311
}
313312

0 commit comments

Comments
 (0)