aboutsummaryrefslogtreecommitdiffstats
path: root/eval_intern.h
diff options
context:
space:
mode:
authorko1 <ko1@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-06-03 14:07:24 +0000
committerko1 <ko1@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-06-03 14:07:24 +0000
commita2561fe3b0d555b4b69414282512577bce5ea0f7 (patch)
treecca1e4aa6a2561e16ca33fd645f81457a98bc303 /eval_intern.h
parentc9f685c6013fe490a1cc5910a0f295e73cf52ca0 (diff)
downloadruby-a2561fe3b0d555b4b69414282512577bce5ea0f7.tar.gz
* 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
Diffstat (limited to 'eval_intern.h')
-rw-r--r--eval_intern.h2
1 files changed, 0 insertions, 2 deletions
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);