Skip to content

Commit

Permalink
Remove dead code (unused free list).
Browse files Browse the repository at this point in the history
  • Loading branch information
ioquatix committed Oct 3, 2024
1 parent 4dd449e commit 90396c3
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions ext/io/event/selector/selector.h
Original file line number Diff line number Diff line change
Expand Up @@ -98,8 +98,6 @@ struct IO_Event_Selector {
VALUE self;
VALUE loop;

struct IO_Event_Selector_Queue *free;

// Append to waiting (front/head of queue).
struct IO_Event_Selector_Queue *waiting;
// Process from ready (back/tail of queue).
Expand Down

0 comments on commit 90396c3

Please sign in to comment.