eolian: cleanup

This commit is contained in:
Daniel Kolesa 2014-09-05 16:21:39 +01:00
parent 7ba2dbe238
commit b7c55642fa
1 changed files with 2 additions and 5 deletions

View File

@ -335,11 +335,8 @@ _db_fill_implement(Eolian_Class *cl, Eolian_Implement *impl)
cl->class_dtor_enable = EINA_TRUE;
return 1;
}
else
{
if (!_get_impl_func(cl, impl, ftype, &foo_id))
return _func_error(cl, impl);
}
else if (!_get_impl_func(cl, impl, ftype, &foo_id))
return _func_error(cl, impl);
pasttags:
if (impl_name[0] == '.')