From d8550b7134782f6cc5fb9c52ac57d7fa5f3f763e Mon Sep 17 00:00:00 2001 From: fennecdjay Date: Tue, 13 Feb 2024 18:11:41 +0100 Subject: [PATCH] :fire: some clean --- src/parse/scanx.c | 8 -------- 1 file changed, 8 deletions(-) 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); -- 2.43.0