mirror of
https://github.com/ziglang/zig.git
synced 2025-12-27 08:33:15 +00:00
stage1: remove deadcode ast_print
Fixes: 2a990d696 ("stage1: rework tokenizer to match stage2")
Fixes: b6354ddd5 ("move AST rendering code to separate file")
Signed-off-by: Wei Fu <fuweid89@gmail.com>
This commit is contained in:
parent
64dc1b05d6
commit
b3d0694fc5
@ -14,8 +14,6 @@
|
||||
|
||||
AstNode * ast_parse(Buf *buf, ZigType *owner, ErrColor err_color);
|
||||
|
||||
void ast_print(AstNode *node, int indent);
|
||||
|
||||
void ast_visit_node_children(AstNode *node, void (*visit)(AstNode **, void *context), void *context);
|
||||
|
||||
Buf *node_identifier_buf(AstNode *node);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user