summaryrefslogtreecommitdiff
path: root/src/lib/eo/eo.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/eo/eo.c')
-rw-r--r--src/lib/eo/eo.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/lib/eo/eo.c b/src/lib/eo/eo.c
index 6941528358..a4d11956d4 100644
--- a/src/lib/eo/eo.c
+++ b/src/lib/eo/eo.c
@@ -499,8 +499,6 @@ _vtable_func_get2(const Eo_Vtable2 *vtable2, Efl_Object_Op op)
return NULL;
if (EINA_UNLIKELY(vtable2->chain[class_id].count <= func_id))
return NULL;
- if (EINA_UNLIKELY(vtable2->chain[class_id].funcs[func_id].func == NULL))
- return NULL;
return &vtable2->chain[class_id].funcs[func_id];
}