Eo comp: Remove dead code following the composite fix.

This removes dead code resulting from Cedric's fix:
3550c38080.
This commit is contained in:
Tom Hacohen 2014-10-28 15:19:41 +00:00
parent 4e72266dce
commit 2cd728373c
1 changed files with 0 additions and 7 deletions

View File

@ -594,13 +594,6 @@ EAPI Eina_Bool
goto end;
}
if (EINA_UNLIKELY(func == NULL))
{
ERR("in %s:%d: you called func '%s' (%d) which is unknown in class '%s'.",
file, line, func_name, op, klass->desc->name);
return EINA_FALSE;
}
if (EINA_LIKELY(func->func && func->src))
{
call->func = func->func;