aboutsummaryrefslogtreecommitdiffstats
path: root/cont.c
diff options
context:
space:
mode:
Diffstat (limited to 'cont.c')
-rw-r--r--cont.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/cont.c b/cont.c
index 367d033757..8c2508a094 100644
--- a/cont.c
+++ b/cont.c
@@ -429,8 +429,6 @@ rb_fiber_start(void)
VALUE args;
int state;
- th->tag = 0;
-
TH_PUSH_TAG(th);
if ((state = EXEC_TAG()) == 0) {
GetContPtr(th->fiber, cont);