From f098e072bec8d5858afbf713635217ea84c7e45d Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Sun, 12 Mar 2000 22:53:05 +0000 Subject: Fixed a bunch of FIXME's by removing them :) --- sysdep/unix/io.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'sysdep/unix/io.c') diff --git a/sysdep/unix/io.c b/sysdep/unix/io.c index 267e589..824c7e2 100644 --- a/sysdep/unix/io.c +++ b/sysdep/unix/io.c @@ -897,8 +897,6 @@ io_loop(void) sock *s; node *n, *p; - /* FIXME: Use poll() if available */ - FD_ZERO(&rd); FD_ZERO(&wr); for(;;) -- cgit v1.2.3