From 2b9191e5572f165ea88295094dcbf3f466684902 Mon Sep 17 00:00:00 2001 From: akr Date: Tue, 18 Nov 2014 15:13:05 +0000 Subject: * internal.h: Gather declarations in non-header files. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@48480 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- eval.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'eval.c') diff --git a/eval.c b/eval.c index 1494e1db8a..8390c7dc31 100644 --- a/eval.c +++ b/eval.c @@ -509,7 +509,6 @@ setup_exception(rb_thread_t *th, int tag, volatile VALUE mesg, VALUE cause) if (NIL_P(rb_attr_get(mesg, idBt))) { at = rb_vm_backtrace_object(); if (mesg == sysstack_error) { - VALUE ruby_vm_sysstack_error_copy(void); mesg = ruby_vm_sysstack_error_copy(); } rb_ivar_set(mesg, idBt, at); @@ -1264,8 +1263,6 @@ add_activated_refinement(VALUE activated_refinements, rb_hash_aset(activated_refinements, klass, iclass); } -VALUE rb_yield_refine_block(VALUE refinement, VALUE refinements); - /* * call-seq: * refine(klass) { block } -> module -- cgit v1.2.1