From f0573e3140d17049148b9bafd2053bf41caeab76 Mon Sep 17 00:00:00 2001 From: zolliker Date: Mon, 20 Oct 2008 07:51:46 +0000 Subject: [PATCH] - cosmetics --- uselect.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/uselect.c b/uselect.c index 7e0e2935..2e1e25cd 100644 --- a/uselect.c +++ b/uselect.c @@ -8,8 +8,6 @@ /* an uninterruptable version of select. M.Z. Oct 2008 */ -static int cnt; - int uselect(int nfds, fd_set *readfds, fd_set *writefds, fd_set *exceptfds, struct timeval *timeout) {