--- IO-AIO/AIO.xs 2005/07/20 21:55:27 1.11 +++ IO-AIO/AIO.xs 2005/07/20 21:57:04 1.12 @@ -87,9 +87,6 @@ int count = 0; aio_req req, prv; - static int rl;//D - //printf ("%d ENTER\n", ++rl);//D - pthread_mutex_lock (&reslock); { @@ -107,7 +104,6 @@ while (req) { nreqs--; - //printf ("%d count %d %p->%p\n", rl, count, req, req->next);//D if (req->type == REQ_QUIT) started--; @@ -171,7 +167,6 @@ /* TODO: croak on errors? */ } - //printf ("%d LEAVE %p %p\n", rl--, ress, rese);//D return count; }