summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcel Hollerbach <mail@marcel-hollerbach.de>2020-03-17 10:53:26 +0100
committerMarcel Hollerbach <mail@marcel-hollerbach.de>2020-03-17 12:11:21 +0100
commitd31813c18c482d337e9c2c678335c784f8000725 (patch)
tree82cb7ac9592e99c246e5fd3ed7a1b46a170ff4f9
parent7b74a5deb5f93852570c8d53225b99d121be0d61 (diff)
downloadefl-d31813c18c482d337e9c2c678335c784f8000725.tar.gz
wip
-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];
}