From 6915b8aeb73b843bf623484597520e95b5b572b7 Mon Sep 17 00:00:00 2001 From: Kazuki Yamaguchi Date: Sun, 13 Nov 2016 04:52:34 +0900 Subject: vm_core.h: remove useless declaration of rb_backtrace_iter_func It is no longer used as of r35787 ("vm.c: refactoring backtrace related funcitons", 2012-05-25). --- vm_core.h | 1 - 1 file changed, 1 deletion(-) diff --git a/vm_core.h b/vm_core.h index 93b1152aea..1531f26bd5 100644 --- a/vm_core.h +++ b/vm_core.h @@ -1461,7 +1461,6 @@ rb_vm_living_threads_remove(rb_vm_t *vm, rb_thread_t *th) vm->living_thread_num--; } -typedef int rb_backtrace_iter_func(void *, VALUE, int, VALUE); rb_control_frame_t *rb_vm_get_ruby_level_next_cfp(const rb_thread_t *th, const rb_control_frame_t *cfp); rb_control_frame_t *rb_vm_get_binding_creatable_next_cfp(const rb_thread_t *th, const rb_control_frame_t *cfp); int rb_vm_get_sourceline(const rb_control_frame_t *); -- cgit v1.2.3