aboutsummaryrefslogtreecommitdiffstats
path: root/thread.c
diff options
context:
space:
mode:
authorSamuel Williams <samuel.williams@oriontransfer.co.nz>2019-07-19 11:00:58 +1200
committerSamuel Williams <samuel.williams@oriontransfer.co.nz>2019-07-19 11:10:01 +1200
commit9dda0a03cc19d0ca20fc8fc220760e37cb5b9f02 (patch)
tree0f69cd244182627b1a20ac631afba53be3472cfc /thread.c
parentfd461dea06b1a56eca9d1c662c3dc0c416c9e495 (diff)
downloadruby-9dda0a03cc19d0ca20fc8fc220760e37cb5b9f02.tar.gz
Remove `rb_vm_push_frame` as it is no longer used.
Diffstat (limited to 'thread.c')
-rw-r--r--thread.c11
1 files changed, 0 insertions, 11 deletions
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)