1
1

remove questionable sched_yield - probably left over from debugging

This commit was SVN r8457.
Этот коммит содержится в:
Tim Woodall 2005-12-12 16:00:27 +00:00
родитель 8677ecd55e
Коммит ebbac05f3c

Просмотреть файл

@ -999,9 +999,6 @@ void mca_pml_ob1_send_request_put(
orte_errmgr.abort(); orte_errmgr.abort();
} }
} }
#ifdef HAVE_SCHED_YIELD
sched_yield();
#endif
} }