diff --git a/src/lib/eo/eo.c b/src/lib/eo/eo.c index 85bc0c9c7d..4ff62d40f1 100644 --- a/src/lib/eo/eo.c +++ b/src/lib/eo/eo.c @@ -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;