From e5d6d76e803a8ea7ae86cd8302826bbfc6bd57fa Mon Sep 17 00:00:00 2001 From: nasr Date: Mon, 9 Mar 2026 19:42:39 +0000 Subject: refactor(main): fixed compilation bugs, and csv invalidtion handling --- source/csv_parser.c | 6 ------ 1 file changed, 6 deletions(-) (limited to 'source/csv_parser.c') diff --git a/source/csv_parser.c b/source/csv_parser.c index 048e089..6679d2f 100644 --- a/source/csv_parser.c +++ b/source/csv_parser.c @@ -22,11 +22,5 @@ internal csv_table * parse_csv(token *tokens, csv_table *table) { - - - - - - return NULL; } -- cgit v1.3