summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
author卜部昌平 <shyouhei@ruby-lang.org>2021-05-07 15:49:13 +0900
committer卜部昌平 <shyouhei@ruby-lang.org>2021-05-10 11:18:14 +0900
commit043ac94db663fc4fc33027bc2632e5402f8018c3 (patch)
treeff64cc3bd7f897d72a92009af271799a9c9474cf /include
parent406ae7fb03640e11e200382ef61cd450b952b7aa (diff)
rb_fiber_new_kw: doesn't exist
Not against having such thing but currently we lack one.
Diffstat (limited to 'include')
-rw-r--r--include/ruby/internal/intern/cont.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/ruby/internal/intern/cont.h b/include/ruby/internal/intern/cont.h
index cfa5630af2..6988f753c3 100644
--- a/include/ruby/internal/intern/cont.h
+++ b/include/ruby/internal/intern/cont.h
@@ -28,7 +28,6 @@ RBIMPL_SYMBOL_EXPORT_BEGIN()
/* cont.c */
VALUE rb_fiber_new(rb_block_call_func_t, VALUE);
-VALUE rb_fiber_new_kw(rb_block_call_func_t, VALUE, int kw_splat);
VALUE rb_fiber_resume(VALUE fib, int argc, const VALUE *argv);
VALUE rb_fiber_resume_kw(VALUE fib, int argc, const VALUE *argv, int kw_splat);
VALUE rb_fiber_yield(int argc, const VALUE *argv);