aboutsummaryrefslogtreecommitdiffstats
path: root/ractor_core.h
diff options
context:
space:
mode:
authorYusuke Endoh <mame@ruby-lang.org>2022-03-30 14:46:18 +0900
committerYusuke Endoh <mame@ruby-lang.org>2022-03-30 16:50:46 +0900
commit5df2589b64127e86247de26d4db727a62764a869 (patch)
tree42b4c91ac4a0bce52a5c50474c314b82ac026009 /ractor_core.h
parent2ade40276be9f60ed06e7011b41a4c90f03e59b4 (diff)
downloadruby-5df2589b64127e86247de26d4db727a62764a869.tar.gz
internal/ractor.h: Added
Currently it has only one function prototype.
Diffstat (limited to 'ractor_core.h')
-rw-r--r--ractor_core.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/ractor_core.h b/ractor_core.h
index f0bdec212f..a3bc90febf 100644
--- a/ractor_core.h
+++ b/ractor_core.h
@@ -185,8 +185,6 @@ void rb_ractor_atfork(rb_vm_t *vm, rb_thread_t *th);
VALUE rb_ractor_ensure_shareable(VALUE obj, VALUE name);
-void rb_ractor_ensure_main_ractor(const char *msg);
-
RUBY_SYMBOL_EXPORT_BEGIN
bool rb_ractor_shareable_p_continue(VALUE obj);