mirror of
https://github.com/ruby/ruby.git
synced 2025-08-15 13:39:04 +02:00
needless duplicated typedef deleted
This commit is contained in:
parent
ddc5c204b2
commit
81620ed9b5
Notes:
git
2023-08-25 08:28:17 +00:00
1 changed files with 0 additions and 4 deletions
4
node.h
4
node.h
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue