From a2561fe3b0d555b4b69414282512577bce5ea0f7 Mon Sep 17 00:00:00 2001 From: ko1 Date: Wed, 3 Jun 2015 14:07:24 +0000 Subject: * vm_method.c: rename `rb_frame_...' to `rb_scope_...'. * eval_intern.h: move decl. of rb_scope_visibility_set() to method.h. * load.c: catch up this fix. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@50751 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 e503d15d9d..df2d857340 100644 --- a/eval_intern.h +++ b/eval_intern.h @@ -291,8 +291,6 @@ CREF_OMOD_SHARED_UNSET(rb_cref_t *cref) cref->flags &= ~NODE_FL_CREF_OMOD_SHARED_; } -void rb_frame_visibility_set(rb_method_visibility_t); - void rb_thread_cleanup(void); void rb_thread_wait_other_threads(void); -- cgit v1.2.3