diff --git a/tools/qfcc/source/function.c b/tools/qfcc/source/function.c index c83f85170..d1b6ac6ef 100644 --- a/tools/qfcc/source/function.c +++ b/tools/qfcc/source/function.c @@ -322,7 +322,6 @@ find_function (expr_t *fexpr, expr_t *params) memset (&type, 0, sizeof (type)); - type.type = ev_func; for (e = params; e; e = e->next) { if (e->type == ex_error) return e;