Eolian generator: remove unusued variable.

This commit is contained in:
Tom Hacohen 2015-04-22 13:03:17 +01:00
parent 4ba0227bf4
commit f62374b08a
1 changed files with 0 additions and 10 deletions

View File

@ -15,16 +15,6 @@ static _eolian_class_vars class_env;
* be initialized and for future features. */
static Eina_Hash *_funcs_params_init = NULL;
static const char
tmpl_dtor[] = "\
static void\n\
_gen_@#class_class_destructor(Eo_Class *klass)\n\
{\n\
_@#class_class_destructor(klass);\n\
}\n\
\n\
";
static const char
tmpl_eo_ops_desc[] = "\
static Eo_Op_Description _@#class_op_desc[] = {@#list_op\n\