FS-4841 --resolve we will remove this, it clearly is not helping

This commit is contained in:
Anthony Minessale 2012-11-29 13:02:30 -06:00
parent 395b7a9799
commit 35f98c1350
1 changed files with 0 additions and 1 deletions

View File

@ -150,7 +150,6 @@ SWITCH_DECLARE(void) switch_os_yield(void)
#if defined(WIN32) #if defined(WIN32)
SwitchToThread(); SwitchToThread();
#else #else
usleep(1);
sched_yield(); sched_yield();
#endif #endif
} }