diff --git a/lib/srfi/18/threads.c b/lib/srfi/18/threads.c index dd5c22dd..3a3e2b15 100644 --- a/lib/srfi/18/threads.c +++ b/lib/srfi/18/threads.c @@ -527,7 +527,6 @@ sexp sexp_scheduler (sexp ctx sexp_api_params(self, n), sexp root_thread) { goto unblock_io_threads; } else { usleep(usecs); - sexp_context_timeoutp(res) = 1; sexp_context_waitp(res) = 0; } }