mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Remove unused struct member
I accidentally added this in 35ba2783fe
,
and it's making the size of RVALUE be too big. I'm sorry! orz
This commit is contained in:
parent
d8e7885012
commit
e8edc34f0a
Notes:
git
2020-08-04 09:01:42 +09:00
1 changed files with 0 additions and 1 deletions
1
node.h
1
node.h
|
@ -401,7 +401,6 @@ typedef struct rb_ast_body_struct {
|
|||
typedef struct rb_ast_struct {
|
||||
VALUE flags;
|
||||
node_buffer_t *node_buffer;
|
||||
ID *local_lists;
|
||||
rb_ast_body_t body;
|
||||
} rb_ast_t;
|
||||
rb_ast_t *rb_ast_new(void);
|
||||
|
|
Loading…
Add table
Reference in a new issue