From 0d735e5ff82c9afdf074db08e6fecc123da9a6e2 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=A9mie=20Astor?= Date: Thu, 13 May 2021 15:12:10 +0200 Subject: [PATCH] :art: cleaning --- src/parse/func_resolve_tmpl.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/parse/func_resolve_tmpl.c b/src/parse/func_resolve_tmpl.c index e638ac64..0b875de6 100644 --- a/src/parse/func_resolve_tmpl.c +++ b/src/parse/func_resolve_tmpl.c @@ -27,10 +27,6 @@ ANN static inline Value template_get_ready(const Env env, const Value v, const m nspc_lookup_value1(v->from->owner, sym); } -ANN static inline m_bool tmpl_traverse(const Env env, const Func_Def fdef) { - return check_traverse_fdef(env, fdef); -} - ANN static inline bool tmpl_valid(const Env env, const Func_Def fdef/*, Exp_Call *const exp*/) { if(safe_fflag(fdef->base->func, fflag_valid)) return true; -- 2.43.0