| ... | @@ -14,8 +14,6 @@ | ... | @@ -14,8 +14,6 @@ |
| 14 | | 14 | |
| 15 | AstNode * ast_parse(Buf *buf, ZigType *owner, ErrColor err_color); | 15 | AstNode * ast_parse(Buf *buf, ZigType *owner, ErrColor err_color); |
| 16 | | 16 | |
| 17 | void ast_print(AstNode *node, int indent); | | |
| 18 | | | |
| 19 | void ast_visit_node_children(AstNode *node, void (*visit)(AstNode **, void *context), void *context); | 17 | void ast_visit_node_children(AstNode *node, void (*visit)(AstNode **, void *context), void *context); |
| 20 | | 18 | |
| 21 | Buf *node_identifier_buf(AstNode *node); | 19 | Buf *node_identifier_buf(AstNode *node); |