tasn pushed a commit to branch efl-1.11. http://git.enlightenment.org/core/efl.git/commit/?id=7f7f74d26d278f6c022670c8ca4746bf6ab2b16d
commit 7f7f74d26d278f6c022670c8ca4746bf6ab2b16d Author: Tom Hacohen <[email protected]> Date: Tue Oct 28 15:19:41 2014 +0000 Eo comp: Remove dead code following the composite fix. This removes dead code resulting from Cedric's fix: 3550c3808085175cf322670b290bf0c4a70a2fa7. --- src/lib/eo/eo.c | 7 ------- 1 file changed, 7 deletions(-) diff --git a/src/lib/eo/eo.c b/src/lib/eo/eo.c index aed1932..1e2339c 100644 --- a/src/lib/eo/eo.c +++ b/src/lib/eo/eo.c @@ -600,13 +600,6 @@ _eo_call_resolve(const char *func_name, const Eo_Op op, Eo_Op_Call_Data *call, c 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; --
