From 0058bb9c7293bcf251d717022ac05911d2c087ab Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=A9mie=20Astor?= Date: Sat, 19 Jun 2021 21:26:03 +0200 Subject: [PATCH] :art: clean code --- src/parse/func_resolve_tmpl.c | 1 - 1 file changed, 1 deletion(-) 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; -- 2.43.0