Remove unused struct member
I accidentally added this in 35ba2783fe6b3316a6bbc6f00bf975ad7185d6e0, 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
node.h
1
node.h
@ -401,7 +401,6 @@ typedef struct rb_ast_body_struct {
|
|||||||
typedef struct rb_ast_struct {
|
typedef struct rb_ast_struct {
|
||||||
VALUE flags;
|
VALUE flags;
|
||||||
node_buffer_t *node_buffer;
|
node_buffer_t *node_buffer;
|
||||||
ID *local_lists;
|
|
||||||
rb_ast_body_t body;
|
rb_ast_body_t body;
|
||||||
} rb_ast_t;
|
} rb_ast_t;
|
||||||
rb_ast_t *rb_ast_new(void);
|
rb_ast_t *rb_ast_new(void);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user