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