summaryrefslogtreecommitdiff
path: root/vm_core.h
diff options
context:
space:
mode:
author卜部昌平 <shyouhei@ruby-lang.org>2019-12-18 13:03:54 +0900
committer卜部昌平 <shyouhei@ruby-lang.org>2019-12-18 14:14:51 +0900
commitfa7fa5c86b0674eca233922045e4d3dd4ee49cb7 (patch)
treeff23e9d1b24f225c68e5eecc107b0e5a1fde9dbd /vm_core.h
parentdcb603bbdbe3a8ea6f6d07198c8711cf9a44a4d2 (diff)
delete rb_vm_call()
Nobody uses it any longer.
Diffstat (limited to 'vm_core.h')
-rw-r--r--vm_core.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/vm_core.h b/vm_core.h
index e7104818c0..cd7bf74b5d 100644
--- a/vm_core.h
+++ b/vm_core.h
@@ -1671,8 +1671,6 @@ const rb_env_t *rb_vm_env_prev_env(const rb_env_t *env);
const VALUE *rb_binding_add_dynavars(VALUE bindval, rb_binding_t *bind, int dyncount, const ID *dynvars);
void rb_vm_inc_const_missing_count(void);
void rb_vm_gvl_destroy(rb_vm_t *vm);
-VALUE rb_vm_call(rb_execution_context_t *ec, VALUE recv, VALUE id, int argc,
- const VALUE *argv, const rb_callable_method_entry_t *me);
VALUE rb_vm_call_kw(rb_execution_context_t *ec, VALUE recv, VALUE id, int argc,
const VALUE *argv, const rb_callable_method_entry_t *me, int kw_splat);
MJIT_STATIC void rb_vm_pop_frame(rb_execution_context_t *ec);