eolian: remove unused variables

This commit is contained in:
Daniel Kolesa 2015-05-12 17:07:26 +01:00
parent 211b650c4b
commit 96d16eabb4
2 changed files with 1 additions and 2 deletions

View File

@ -668,7 +668,6 @@ parse_type_void(Eo_Lexer *ls)
{
Eolian_Type *def;
const char *ctype;
const char *sname = NULL;
Eina_Strbuf *buf;
int line = ls->line_number, col = ls->column;
switch (ls->t.kw)

View File

@ -677,7 +677,7 @@ END_TEST
START_TEST(eolian_struct)
{
const Eolian_Struct_Type_Field *field = NULL;
const Eolian_Type *atype = NULL, *type = NULL, *ftype = NULL;
const Eolian_Type *type = NULL, *ftype = NULL;
const Eolian_Class *class;
const char *type_name;
const char *file;