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
commit4ab762de21ecf321cf88b8f17750f6f4ea9ebf3f (patch)
treecca1e4aa6a2561e16ca33fd645f81457a98bc303 /eval_intern.h
parent899d49bd2980c1fae55818cf983449c71a800949 (diff)
downloadruby-4ab762de21ecf321cf88b8f17750f6f4ea9ebf3f.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);