mirror of
https://github.com/ruby/ruby.git
synced 2025-08-15 13:39:04 +02:00
Remove dead rb_ractor_t in ractor_selector
This commit is contained in:
parent
497782856a
commit
bf2c8ad383
1 changed files with 0 additions and 1 deletions
|
@ -1221,7 +1221,6 @@ ractor_try_send(rb_execution_context_t *ec, const struct ractor_port *rp, VALUE
|
|||
// Ractor::Selector
|
||||
|
||||
struct ractor_selector {
|
||||
rb_ractor_t *r;
|
||||
struct st_table *ports; // rpv -> rp
|
||||
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue