X-Git-Url: http://sjero.net/git/?p=iperf;a=blobdiff_plain;f=compat%2FThread.c;fp=compat%2FThread.c;h=84341ed3cc6578f9a7f8f31c8558a3f0f93bb620;hp=5919ff1d6a39aa3a986656db36e250722c9e1eb7;hb=160c6a5bab3ab731f5b1ad8bc174e7d087ca7acb;hpb=13e2957cedb002750f49045e221375ffff3d5ee3 diff --git a/compat/Thread.c b/compat/Thread.c index 5919ff1..84341ed 100644 --- a/compat/Thread.c +++ b/compat/Thread.c @@ -405,9 +405,6 @@ int thread_numuserthreads( void ) { void thread_rest ( void ) { #if defined( HAVE_THREAD ) #if defined( HAVE_POSIX_THREAD ) - // TODO add checks for sched_yield or pthread_yield and call that - // if available - usleep( 0 ); #else // Win32 SwitchToThread( ); #endif