remove unused field

This commit is contained in:
云风
2013-06-26 15:55:44 +08:00
parent 756d7f2a93
commit f01680d9a5

View File

@@ -40,7 +40,6 @@ struct socket {
struct socket_pool {
int fd;
struct event ev[MAX_EVENT];
int poll;
int id;
int count;
int cap;