eolian: refactor "dead" code

This has no functional change but should stop coverity from
complaining.

CID1382214
This commit is contained in:
Daniel Kolesa 2019-08-05 15:37:13 +02:00
parent ede2db5f1b
commit 80fb8727b5
1 changed files with 2 additions and 2 deletions

View File

@ -362,9 +362,9 @@ _validate_type(Validate_State *vals, Eolian_Type *tp)
return _validate(&tp->base);
}
default:
return EINA_FALSE;
break;
}
return _validate_ownable(tp);
return EINA_FALSE;
}
static Eina_Bool