]> Nishi Git Mirror - gwion.git/commitdiff
:art: cleaning
authorJérémie Astor <fennecdjay@gmail.com>
Thu, 13 May 2021 13:12:10 +0000 (15:12 +0200)
committerJérémie Astor <fennecdjay@gmail.com>
Thu, 13 May 2021 13:12:10 +0000 (15:12 +0200)
src/parse/func_resolve_tmpl.c

index e638ac649937ada744af616ebd20715e43d128f9..0b875de68c559aed8399932a07b34ea90ba8b22f 100644 (file)
@@ -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;