]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
FS-4841 --resolve we will remove this, it clearly is not helping
authorAnthony Minessale <anthm@freeswitch.org>
Thu, 29 Nov 2012 19:02:30 +0000 (13:02 -0600)
committerAnthony Minessale <anthm@freeswitch.org>
Thu, 29 Nov 2012 19:02:30 +0000 (13:02 -0600)
src/switch_time.c

index 54bf9338ef730b7657470bb26ecee4ca428a74e7..6ce27b90c4bfb4ad17edd1e25453fde2d0c315ca 100644 (file)
@@ -150,7 +150,6 @@ SWITCH_DECLARE(void) switch_os_yield(void)
 #if defined(WIN32)
        SwitchToThread();
 #else
-       usleep(1);
        sched_yield();
 #endif
 }