From a58a2439cd269a80c747b8e88e9997f2033a300f Mon Sep 17 00:00:00 2001 From: Jeff Hill Date: Thu, 6 Apr 1995 16:28:45 +0000 Subject: [PATCH] removed debug code (that was already commented out) --- src/ca/bsd_depen.c | 27 --------------------------- 1 file changed, 27 deletions(-) diff --git a/src/ca/bsd_depen.c b/src/ca/bsd_depen.c index 905ba1292..5c9e2a205 100644 --- a/src/ca/bsd_depen.c +++ b/src/ca/bsd_depen.c @@ -99,23 +99,6 @@ int cac_select_io(struct timeval *ptimeout, int flags) } UNLOCK; -# if 0 - if (maxfd==0) { - printf( "max fd=%d tv_usec=%d tv_sec=%d\n", - maxfd, - ptimeout->tv_usec, - ptimeout->tv_sec); - } -# endif - -# if 0 && defined(vxWorks) - if(client_lock->recurse>0){ - ca_printf("lock is on and we are going to sleep %d!", - client_lock->recurse); - taskSuspend(0); - } -# endif - # if defined(__hpux) status = select( maxfd+1, @@ -132,16 +115,6 @@ int cac_select_io(struct timeval *ptimeout, int flags) &autoTimeOut); # endif -# if 0 - if(status<0){ - printf("leaving select stat=%d - %s \n", - status, strerror(MYERRNO) ); - } - else if (status==0) { - printf("tmo in select\n"); - } -# endif - cac_gettimeval (&ca_static->currentTime); if (status<0) {