diff --git a/src/lib/empthread/pthread.c b/src/lib/empthread/pthread.c index 1198a0f4..7be23417 100644 --- a/src/lib/empthread/pthread.c +++ b/src/lib/empthread/pthread.c @@ -287,7 +287,6 @@ void empth_yield(void) { pthread_mutex_unlock(&mtx_ctxsw); - sleep(10); /* take a nap pthread_yield(); */ pthread_mutex_lock(&mtx_ctxsw); empth_restorectx(); }