summaryrefslogtreecommitdiff
path: root/node.c
diff options
context:
space:
mode:
Diffstat (limited to 'node.c')
-rw-r--r--node.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/node.c b/node.c
index 1911b8929b..d81a7319d3 100644
--- a/node.c
+++ b/node.c
@@ -1139,7 +1139,6 @@ void
rb_ast_dispose(rb_ast_t *ast)
{
rb_ast_free(ast);
- if (ast->node_buffer) RB_OBJ_WRITE(ast, &ast->node_buffer->mark_ary, Qnil);
}
void