diff options
| -rw-r--r-- | parse.y | 2 | ||||
| -rw-r--r-- | rubyparser.h | 2 |
2 files changed, 0 insertions, 4 deletions
@@ -11879,9 +11879,7 @@ static rb_node_evstr_t * rb_node_evstr_new(struct parser_params *p, NODE *nd_body, const YYLTYPE *loc) { rb_node_evstr_t *n = NODE_NEWNODE(NODE_EVSTR, rb_node_evstr_t, loc); - n->not_used = 0; n->nd_body = nd_body; - n->not_used2 = 0; return n; } diff --git a/rubyparser.h b/rubyparser.h index 96ec404528..2514ddbd90 100644 --- a/rubyparser.h +++ b/rubyparser.h @@ -657,9 +657,7 @@ typedef struct RNode_DXSTR { typedef struct RNode_EVSTR { NODE node; - VALUE not_used; struct RNode *nd_body; - VALUE not_used2; } rb_node_evstr_t; typedef struct RNode_DREGX { |
