From 5a5fc9c031c4aa83b1ebf575ea2c9af1556895ee Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Wed, 18 Sep 2024 00:32:31 -0400 Subject: Remove more dead code --- ast.h | 1 - 1 file changed, 1 deletion(-) diff --git a/ast.h b/ast.h index 8a5839cb..7ff6f539 100644 --- a/ast.h +++ b/ast.h @@ -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); -- cgit v1.2.3