From c62cdb51b94205c4440f6b1773c319c62b740914 Mon Sep 17 00:00:00 2001 From: Adrian Chadd Date: Thu, 31 Mar 2016 10:43:22 -0700 Subject: [PATCH] oops - remove double decl. --- src/core.c | 1 - 1 file changed, 1 deletion(-) 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) {