diff --git a/src/core.c b/src/core.c index 08e0dee..c065395 100755 --- a/src/core.c +++ b/src/core.c @@ -1451,7 +1451,6 @@ check_conn(int sd, int is_readable, int is_writable) { Conn *conn; Any_Type arg; - Conn *conn; /* Don't bother doing anything if we're not ready */ if ((is_readable || is_writable) == 0) {