diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2024-09-18 00:32:31 -0400 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2024-09-18 00:32:31 -0400 |
| commit | 5a5fc9c031c4aa83b1ebf575ea2c9af1556895ee (patch) | |
| tree | 96632c23f28ad782e9cf9441c60539ef183a89e7 /ast.h | |
| parent | fead0cad826488a76fb68c0ab2efcb2d76b9f542 (diff) | |
Remove more dead code
Diffstat (limited to 'ast.h')
| -rw-r--r-- | ast.h | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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); |
