]> Nishi Git Mirror - gwion.git/commitdiff
:art: clean code
authorJérémie Astor <fennecdjay@gmail.com>
Sat, 19 Jun 2021 19:26:03 +0000 (21:26 +0200)
committerJérémie Astor <fennecdjay@gmail.com>
Sat, 19 Jun 2021 19:26:03 +0000 (21:26 +0200)
src/parse/func_resolve_tmpl.c

index 47e34c18f1d18c9f7270adcb07823d7e2a55accd..ba57ee5f605caa82fa971cf083273eb447686b94 100644 (file)
@@ -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;