mirror of
https://github.com/cloudwu/skynet.git
synced 2026-07-22 02:53:09 +00:00
remove unused field
This commit is contained in:
@@ -40,7 +40,6 @@ struct socket {
|
||||
struct socket_pool {
|
||||
int fd;
|
||||
struct event ev[MAX_EVENT];
|
||||
int poll;
|
||||
int id;
|
||||
int count;
|
||||
int cap;
|
||||
|
||||
Reference in New Issue
Block a user