diff --git a/src/libckpool.c b/src/libckpool.c index 43be56ec..bb34d79f 100644 --- a/src/libckpool.c +++ b/src/libckpool.c @@ -709,7 +709,6 @@ out: int wait_read_select(int sockd, int timeout) { struct pollfd sfd; - int ret; sfd.fd = sockd; sfd.events = POLLIN; @@ -783,7 +782,6 @@ out: int wait_write_select(int sockd, int timeout) { struct pollfd sfd; - int ret; sfd.fd = sockd; sfd.events = POLLOUT;