aboutsummaryrefslogtreecommitdiff
path: root/parse.h
diff options
context:
space:
mode:
authorBruce Hill <bruce@bruce-hill.com>2024-09-18 00:43:50 -0400
committerBruce Hill <bruce@bruce-hill.com>2024-09-18 00:43:50 -0400
commit6f5de04b14b87d5f9f3c65433c13e1bce8892e95 (patch)
tree375380801d5b0654e46b5a762993186673b3ff7d /parse.h
parent7e0b1a321466e89e43b9b23463530141355ff87d (diff)
Deprecate dead code
Diffstat (limited to 'parse.h')
-rw-r--r--parse.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/parse.h b/parse.h
index ebd49d5f..8fe71257 100644
--- a/parse.h
+++ b/parse.h
@@ -7,7 +7,6 @@
#include "ast.h"
type_ast_t *parse_type_str(const char *str);
-ast_t *parse_expression_str(const char *str);
ast_t *parse_file(const char *path, jmp_buf *on_err);
// vim: ts=4 sw=0 et cino=L2,l1,(0,W4,m1,\:0