Skip to content

Commit

Permalink
Remove unneeded rb_fiber_transfer_kw declaration
Browse files Browse the repository at this point in the history
  • Loading branch information
S-H-GAMELINKS authored and ioquatix committed Aug 7, 2021
1 parent 9b3fcfb commit ac7986f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions cont.c
Original file line number Diff line number Diff line change
Expand Up @@ -2498,8 +2498,6 @@ rb_fiber_m_resume(int argc, VALUE *argv, VALUE fiber)
return rb_fiber_resume_kw(fiber, argc, argv, rb_keyword_given_p());
}

VALUE rb_fiber_transfer_kw(VALUE fiber_value, int argc, const VALUE *argv, int kw_splat);

/*
* call-seq:
* fiber.raise -> obj
Expand Down

0 comments on commit ac7986f

Please sign in to comment.