ecore: fix build when debugging threads

This commit is contained in:
Jean Guyomarc'h 2017-03-07 00:48:16 +01:00
parent 8a10ef10cb
commit ccbab08a4b
1 changed files with 1 additions and 4 deletions

View File

@ -71,10 +71,7 @@ _ecore_factorized_idle_add(const Efl_Callback_Array_Item *desc,
{
Ecore_Factorized_Idle *ret;
if (EINA_UNLIKELY(!eina_main_loop_is()))
{
EINA_MAIN_LOOP_CHECK_RETURN;
}
EINA_MAIN_LOOP_CHECK_RETURN_VAL(NULL);
if (!func)
{