summaryrefslogtreecommitdiff
path: root/cont.c
diff options
context:
space:
mode:
Diffstat (limited to 'cont.c')
-rw-r--r--cont.c12
1 files changed, 0 insertions, 12 deletions
diff --git a/cont.c b/cont.c
index 75b259a3c2..c0be42bffc 100644
--- a/cont.c
+++ b/cont.c
@@ -1713,18 +1713,6 @@ fiber_t_alloc(VALUE fiber_value)
return fiber;
}
-rb_control_frame_t *
-rb_vm_push_frame(rb_execution_context_t *sec,
- const rb_iseq_t *iseq,
- VALUE type,
- VALUE self,
- VALUE specval,
- VALUE cref_or_me,
- const VALUE *pc,
- VALUE *sp,
- int local_size,
- int stack_max);
-
static VALUE
fiber_initialize(VALUE self, VALUE proc, struct fiber_pool * fiber_pool)
{