From 6a169a499b6a533bd1c8d9631363f608a604b96e Mon Sep 17 00:00:00 2001 From: nobu Date: Mon, 25 Sep 2017 21:52:00 +0000 Subject: vm.c: unused function * vm.c (rb_vm_jump_tag_but_local_jump): no longer used since r51292. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@60025 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- vm.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'vm.c') diff --git a/vm.c b/vm.c index aec75da9ef..7949c35db2 100644 --- a/vm.c +++ b/vm.c @@ -1450,6 +1450,7 @@ rb_vm_make_jump_tag_but_local_jump(int state, VALUE val) return make_localjump_error(mesg, val, state); } +#if 0 void rb_vm_jump_tag_but_local_jump(int state) { @@ -1457,6 +1458,7 @@ rb_vm_jump_tag_but_local_jump(int state) if (!NIL_P(exc)) rb_exc_raise(exc); JUMP_TAG(state); } +#endif NORETURN(static void vm_iter_break(rb_thread_t *th, VALUE val)); -- cgit v1.2.3