eolian: remove unneeded code

This commit is contained in:
Daniel Kolesa 2015-02-12 13:31:23 +00:00
parent 5213599b5a
commit a2dd62e510
1 changed files with 0 additions and 5 deletions

View File

@ -1157,11 +1157,6 @@ parse_param(Eo_Lexer *ls, Eina_List **params, Eina_Bool allow_inout,
goto end;
}
end:
if (ls->t.kw == KW_at_nonull)
{
par->nonull = EINA_TRUE;
eo_lexer_get(ls);
}
check_next(ls, ';');
if (ls->t.token == TOK_COMMENT)
{