aboutsummaryrefslogtreecommitdiff
path: root/src/parse/containers.h
diff options
context:
space:
mode:
authorBruce Hill <bruce@bruce-hill.com>2025-09-21 15:43:59 -0400
committerBruce Hill <bruce@bruce-hill.com>2025-09-21 15:43:59 -0400
commit71f73d8b3ce63f9a3685bc1a1686ef4fab3294a6 (patch)
tree99fe1309fa4d24609867dcc62859caed909a76d9 /src/parse/containers.h
parentf5612e38183dc20d18f207f8ab055574a4d93ad0 (diff)
Deprecate sets
Diffstat (limited to 'src/parse/containers.h')
-rw-r--r--src/parse/containers.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/parse/containers.h b/src/parse/containers.h
index 6bf75274..4ea23380 100644
--- a/src/parse/containers.h
+++ b/src/parse/containers.h
@@ -5,5 +5,4 @@
#include "context.h"
ast_t *parse_list(parse_ctx_t *ctx, const char *pos);
-ast_t *parse_set(parse_ctx_t *ctx, const char *pos);
ast_t *parse_table(parse_ctx_t *ctx, const char *pos);