From 3936aaa59b4fcbc1592337f5b64d37295e99f8c2 Mon Sep 17 00:00:00 2001 From: ko1 Date: Thu, 16 Nov 2017 07:38:41 +0000 Subject: make a func static. * vm_eval.c (rb_raise_method_missing): make this func static and renmae with vm_ prefix. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@60798 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- eval_intern.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'eval_intern.h') diff --git a/eval_intern.h b/eval_intern.h index ce282203a7..d6ed25d4f3 100644 --- a/eval_intern.h +++ b/eval_intern.h @@ -302,8 +302,6 @@ NORETURN(void rb_vm_localjump_error(const char *,VALUE, int)); #if 0 NORETURN(void rb_vm_jump_tag_but_local_jump(int)); #endif -NORETURN(void rb_raise_method_missing(rb_execution_context_t *ec, - int argc, const VALUE *argv, VALUE obj, int call_status)); VALUE rb_vm_make_jump_tag_but_local_jump(int state, VALUE val); rb_cref_t *rb_vm_cref(void); -- cgit v1.2.3