diff options
Diffstat (limited to 'src/input/input_net.c')
-rw-r--r-- | src/input/input_net.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/input/input_net.c b/src/input/input_net.c index 6b859ea6e..c89c25524 100644 --- a/src/input/input_net.c +++ b/src/input/input_net.c @@ -99,7 +99,6 @@ static int host_connect_attempt(struct in_addr ia, int port, xine_t *xine) { int s; struct sockaddr_in sin; - fd_set wfd; s = socket(PF_INET, SOCK_STREAM, IPPROTO_TCP); if (s==-1) { |