Skip to content

Commit 9e48886

Browse files
committed
Remove dead code
1 parent 91ce653 commit 9e48886

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

coroutine.c

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -58,17 +58,6 @@ typedef struct {
5858
size_t capacity;
5959
} Indices;
6060

61-
typedef struct {
62-
int key; // file descriptor of the socket
63-
size_t value; // coroutine id
64-
} Sleep;
65-
66-
typedef struct {
67-
Sleep *items;
68-
size_t count;
69-
size_t capacity;
70-
} Sleeps;
71-
7261
typedef struct {
7362
struct pollfd *items;
7463
size_t count;

0 commit comments

Comments
 (0)