From: Jérémie Astor Date: Thu, 13 May 2021 13:12:10 +0000 (+0200) Subject: :art: cleaning X-Git-Tag: nightly~676 X-Git-Url: http://10.10.0.4:5575/?a=commitdiff_plain;h=0d735e5ff82c9afdf074db08e6fecc123da9a6e2;p=gwion.git :art: cleaning --- 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;