eo2: can't detect return in a eo2_do macro, *sigh*

This commit is contained in:
Jérémy Zurcher 2013-07-26 02:47:59 +02:00 committed by Tom Hacohen
parent 21b31a2f97
commit d61a31a645
1 changed files with 0 additions and 3 deletions

View File

@ -336,9 +336,6 @@ eo2_do_start(Eo *obj_id, Eina_Bool do_super)
if ((fptr - eo2_call_stack.stack) >= EO2_CALL_STACK_SIZE)
ERR("eo2 call stack overflow !!!");
if (fptr->obj_id != NULL)
ERR("eo2 call stack is not clear, you must have used a return statement in a eo2_do macro");
_eo_ref(obj);
fptr->obj = obj;