From 9dda0a03cc19d0ca20fc8fc220760e37cb5b9f02 Mon Sep 17 00:00:00 2001 From: Samuel Williams Date: Fri, 19 Jul 2019 11:00:58 +1200 Subject: Remove `rb_vm_push_frame` as it is no longer used. --- thread.c | 11 ----------- 1 file changed, 11 deletions(-) (limited to 'thread.c') diff --git a/thread.c b/thread.c index 2b785a7ebe..f9fc70f3cf 100644 --- a/thread.c +++ b/thread.c @@ -691,17 +691,6 @@ thread_do_start(rb_thread_t *th) } void rb_ec_clear_current_thread_trace_func(const rb_execution_context_t *ec); -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 int thread_start_func_2(rb_thread_t *th, VALUE *stack_start) -- cgit v1.2.3