Skip to content

Commit 90396c3

Browse files
committed
Remove dead code (unused free list).
1 parent 4dd449e commit 90396c3

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

ext/io/event/selector/selector.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,8 +98,6 @@ struct IO_Event_Selector {
9898
VALUE self;
9999
VALUE loop;
100100

101-
struct IO_Event_Selector_Queue *free;
102-
103101
// Append to waiting (front/head of queue).
104102
struct IO_Event_Selector_Queue *waiting;
105103
// Process from ready (back/tail of queue).

0 commit comments

Comments
 (0)