diff options
author | 卜部昌平 <[email protected]> | 2021-05-07 15:49:13 +0900 |
---|---|---|
committer | 卜部昌平 <[email protected]> | 2021-05-10 11:18:14 +0900 |
commit | 043ac94db663fc4fc33027bc2632e5402f8018c3 (patch) | |
tree | ff64cc3bd7f897d72a92009af271799a9c9474cf /include/ruby | |
parent | 406ae7fb03640e11e200382ef61cd450b952b7aa (diff) |
rb_fiber_new_kw: doesn't exist
Not against having such thing but currently we lack one.
Diffstat (limited to 'include/ruby')
-rw-r--r-- | include/ruby/internal/intern/cont.h | 1 |
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); |