eolian: remove unreachable code.

This commit is contained in:
Hermet Park 2019-04-24 13:19:12 +09:00
parent bffce65f9c
commit 79183150c7
1 changed files with 3 additions and 2 deletions

View File

@ -198,8 +198,9 @@ _validate_typedecl(Validate_State *vals, Eolian_Typedecl *tp)
default:
return _reset_stable(vals, was_stable, EINA_FALSE);
}
_reset_stable(vals, was_stable, EINA_TRUE);
return _validate(&tp->base);
//Unexpected case?
return EINA_FALSE;
}
static const char * const eo_complex_frees[] =