eolian gen2: generate prototypes/impls for all implements

This commit is contained in:
Daniel Kolesa 2016-09-23 18:41:09 +02:00
parent 366bce609f
commit 130335bd9a
1 changed files with 0 additions and 2 deletions

View File

@ -436,8 +436,6 @@ eo_gen_source_gen(const Eolian_Class *cl, Eina_Strbuf *buf)
const Eolian_Implement *imp;
EINA_ITERATOR_FOREACH(itr, imp)
{
if (eolian_implement_class_get(imp) != cl)
continue;
Eolian_Function_Type ftype = EOLIAN_UNRESOLVED;
const Eolian_Function *fid = eolian_implement_function_get(imp, &ftype);
switch (ftype)