Skip to content

Commit fa219d0

Browse files
committed
C: Remove unused ast_node_name function in header
1 parent 716fb89 commit fa219d0

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/include/ast_node.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,6 @@ size_t ast_node_child_count(AST_NODE_T* node);
1717

1818
ast_node_type_T ast_node_type(const AST_NODE_T* node);
1919

20-
char* ast_node_name(AST_NODE_T* node);
21-
2220
void ast_node_set_start(AST_NODE_T* node, position_T position);
2321
void ast_node_set_end(AST_NODE_T* node, position_T position);
2422

0 commit comments

Comments
 (0)