Fix a merge induced error in overloaded functions.

This commit is contained in:
Bill Currie 2011-03-20 19:04:18 +09:00
parent 1ada2a96cf
commit f5ce9e2004

View file

@ -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;