Browse Source

oops - remove double decl.

ahc_fix_select
Adrian Chadd 8 years ago
parent
commit
c62cdb51b9
1 changed files with 0 additions and 1 deletions
  1. +0
    -1
      src/core.c

+ 0
- 1
src/core.c View File

@@ -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) {


Loading…
Cancel
Save