summaryrefslogtreecommitdiff
path: root/parse.y
diff options
context:
space:
mode:
Diffstat (limited to 'parse.y')
-rw-r--r--parse.y3
1 files changed, 0 insertions, 3 deletions
diff --git a/parse.y b/parse.y
index 707a29fc53..4255d52bc3 100644
--- a/parse.y
+++ b/parse.y
@@ -12087,9 +12087,6 @@ static rb_node_error_t *
rb_node_error_new(struct parser_params *p, const YYLTYPE *loc)
{
rb_node_error_t *n = NODE_NEWNODE(NODE_ERROR, rb_node_error_t, loc);
- n->not_used = 0;
- n->not_used2 = 0;
- n->not_used3 = 0;
return n;
}