summaryrefslogtreecommitdiff
path: root/parse.y
diff options
context:
space:
mode:
Diffstat (limited to 'parse.y')
-rw-r--r--parse.y2
1 files changed, 0 insertions, 2 deletions
diff --git a/parse.y b/parse.y
index 1346aff3d4..164893f757 100644
--- a/parse.y
+++ b/parse.y
@@ -11877,8 +11877,6 @@ rb_node_xstr_new(struct parser_params *p, VALUE nd_lit, const YYLTYPE *loc)
{
rb_node_xstr_t *n = NODE_NEWNODE(NODE_XSTR, rb_node_xstr_t, loc);
n->nd_lit = nd_lit;
- n->not_used = 0;
- n->not_used2 = 0;
return n;
}