From: fennecdjay Date: Tue, 13 Feb 2024 17:11:41 +0000 (+0100) Subject: :fire: some clean X-Git-Tag: nightly~82 X-Git-Url: http://10.10.0.4:5575/?a=commitdiff_plain;h=d8550b7134782f6cc5fb9c52ac57d7fa5f3f763e;p=gwion.git :fire: some clean --- diff --git a/src/parse/scanx.c b/src/parse/scanx.c index 30e45a44..ec46f122 100644 --- a/src/parse/scanx.c +++ b/src/parse/scanx.c @@ -6,14 +6,6 @@ #include "traverse.h" #include "parse.h" -ANN static inline bool _body(const Env e, Ast b, const _envset_func f) { - for(m_uint i = 0; i < b->len; i++) { - Section *section = mp_vector_at(b, Section, i); - CHECK_B(f(e, section)); - } - return true; -} - ANN static inline bool _body_b(const Env e, Ast b, const _envset_func f) { for(m_uint i = 0; i < b->len; i++) { Section *section = mp_vector_at(b, Section, i);