summaryrefslogtreecommitdiff
path: root/vm.c
diff options
context:
space:
mode:
Diffstat (limited to 'vm.c')
-rw-r--r--vm.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/vm.c b/vm.c
index 7cebff352c..86b0e6075f 100644
--- a/vm.c
+++ b/vm.c
@@ -2463,8 +2463,6 @@ rb_execution_context_update(const rb_execution_context_t *ec)
cfp = RUBY_VM_PREVIOUS_CONTROL_FRAME(cfp);
}
- } else {
- VM_ASSERT(!ec->cfp);
}
}
@@ -2497,8 +2495,6 @@ rb_execution_context_mark(const rb_execution_context_t *ec)
cfp = RUBY_VM_PREVIOUS_CONTROL_FRAME(cfp);
}
- } else {
- VM_ASSERT(!ec->cfp);
}
/* mark machine stack */