From 8e3c871f27bdf0fbc6ca347efc6d38bb81287115 Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Wed, 18 Sep 2024 00:42:33 -0400 Subject: Code cleanup --- parse.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'parse.c') diff --git a/parse.c b/parse.c index 0806b6f2..d473942a 100644 --- a/parse.c +++ b/parse.c @@ -32,10 +32,6 @@ typedef struct { int64_t next_lambda_id; } parse_ctx_t; -typedef ast_t* (parser_t)(parse_ctx_t*,const char*); - -extern void builtin_fail(const char *fmt, ...); - #define SPACES_PER_INDENT 4 #define PARSER(name) ast_t *name(parse_ctx_t *ctx, const char *pos) -- cgit v1.2.3