From abdc634f64a440afcdc7f23c9757d27aab4db8a9 Mon Sep 17 00:00:00 2001 From: Koichi Sasada Date: Fri, 8 Jan 2021 12:08:54 +0900 Subject: remove unused decl --- internal/vm.h | 6 ------ 1 file changed, 6 deletions(-) (limited to 'internal/vm.h') diff --git a/internal/vm.h b/internal/vm.h index d36ed3d0c8..a0e067d40c 100644 --- a/internal/vm.h +++ b/internal/vm.h @@ -81,12 +81,6 @@ VALUE rb_lambda_call(VALUE obj, ID mid, int argc, const VALUE *argv, rb_block_call_func_t bl_proc, int min_argc, int max_argc, VALUE data2); -MJIT_SYMBOL_EXPORT_BEGIN -VALUE rb_vm_call0(struct rb_execution_context_struct *ec, VALUE recv, ID id, int argc, const VALUE *argv, const struct rb_callable_method_entry_struct *me, int kw_splat); -VALUE rb_vm_call_kw(struct rb_execution_context_struct *ec, VALUE recv, VALUE id, int argc, const VALUE *argv, const struct rb_callable_method_entry_struct *me, int kw_splat); -VALUE rb_make_no_method_exception(VALUE exc, VALUE format, VALUE obj, int argc, const VALUE *argv, int priv); -MJIT_SYMBOL_EXPORT_END - /* vm_insnhelper.c */ VALUE rb_equal_opt(VALUE obj1, VALUE obj2); VALUE rb_eql_opt(VALUE obj1, VALUE obj2); -- cgit v1.2.1