eolian: remove unused variable

This commit is contained in:
Daniel Kolesa 2015-05-20 17:07:09 +01:00
parent 5c199857c9
commit 1c5d8d14e8
1 changed files with 0 additions and 1 deletions

View File

@ -242,7 +242,6 @@ eolian_eo_file_parse(const char *filepath)
char *bfiledup = strdup(filepath);
char *bfilename = basename(bfiledup);
const Eolian_Class *class = eolian_class_get_by_file(bfilename);
const char *inherit_name;
Eolian_Implement *impl;
Eolian_Constructor *ctor;
Eina_Bool failed_dep = EINA_FALSE;