Remove dead rb_ractor_t in ractor_selector

This commit is contained in:
Peter Zhu 2025-07-31 12:47:11 -04:00
parent 497782856a
commit bf2c8ad383

View file

@ -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
};