Remove more dead code

This commit is contained in:
Bruce Hill 2024-09-18 00:32:31 -04:00
parent fead0cad82
commit 5a5fc9c031

1
ast.h
View File

@ -314,7 +314,6 @@ struct ast_s {
CORD ast_to_xml(ast_t *ast);
CORD type_ast_to_xml(type_ast_t *ast);
int printf_ast(FILE *stream, const struct printf_info *info, const void *const args[]);
ast_list_t *get_ast_children(ast_t *ast);
PUREFUNC bool is_idempotent(ast_t *ast);
void visit_topologically(ast_list_t *ast, Closure_t fn);