From: Jérémie Astor Date: Sat, 19 Jun 2021 19:26:03 +0000 (+0200) Subject: :art: clean code X-Git-Tag: nightly~580 X-Git-Url: http://10.10.0.4:5575/?a=commitdiff_plain;h=0058bb9c7293bcf251d717022ac05911d2c087ab;p=gwion.git :art: clean code --- diff --git a/src/parse/func_resolve_tmpl.c b/src/parse/func_resolve_tmpl.c index 47e34c18..ba57ee5f 100644 --- a/src/parse/func_resolve_tmpl.c +++ b/src/parse/func_resolve_tmpl.c @@ -47,7 +47,6 @@ ANN static Func ensure_tmpl(const Env env, const Func_Def fdef, f->next = NULL; const Tmpl tmpl = {.list = fdef->base->tmpl->list, .call = exp->tmpl->call}; CHECK_BO(template_push_types(env, &tmpl)); - ; const Func func = find_func_match(env, f, exp); nspc_pop_type(env->gwion->mp, env->curr); f->next = next;