needless duplicated typedef deleted

This commit is contained in:
卜部昌平 2023-08-25 14:39:44 +09:00
parent ddc5c204b2
commit 81620ed9b5
Notes: git 2023-08-25 08:28:17 +00:00

4
node.h
View File

@ -29,10 +29,6 @@ typedef struct {
node_buffer_elem_t *last;
} node_buffer_list_t;
#ifdef UNIVERSAL_PARSER
typedef struct rb_parser_config_struct rb_parser_config_t;
#endif
struct node_buffer_struct {
node_buffer_list_t unmarkable;
node_buffer_list_t markable;