From cc91c9f032636a141220803484d824839cc447ed Mon Sep 17 00:00:00 2001 From: Sergio Date: Thu, 23 Oct 2025 22:58:26 +0200 Subject: [PATCH] chore: suppresed variables that caused errors and removed misplaced function --- src/parser/parser.c | 20 +++++--------------- 1 file changed, 5 insertions(+), 15 deletions(-) diff --git a/src/parser/parser.c b/src/parser/parser.c index 5fb39e8..38a2b4c 100644 --- a/src/parser/parser.c +++ b/src/parser/parser.c @@ -6,13 +6,12 @@ /* By: sede-san