From 43996255f614ac57deb2fc0666f221853c60b343 Mon Sep 17 00:00:00 2001 From: Marvin Borner Date: Thu, 13 Apr 2023 16:44:53 +0200 Subject: Options and fixes --- inc/parse.h | 1 - 1 file changed, 1 deletion(-) (limited to 'inc/parse.h') diff --git a/inc/parse.h b/inc/parse.h index c8cafed..2071f65 100644 --- a/inc/parse.h +++ b/inc/parse.h @@ -12,7 +12,6 @@ struct bloc_parsed { size_t length; struct term **entries; - struct term *term; }; struct term *parse_blc(const char *term); -- cgit v1.2.3