tasn pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=2cd728373c75c133f9cd7fd82b76e8f47d174208

commit 2cd728373c75c133f9cd7fd82b76e8f47d174208
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 0f2fd9f..37dae75 100644
--- a/src/lib/eo/eo.c
+++ b/src/lib/eo/eo.c
@@ -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;

-- 


Reply via email to