From ec01271caed8c23b347b7d4a8f7f0eec41f86ffc Mon Sep 17 00:00:00 2001 From: mame Date: Mon, 8 Jan 2018 09:39:01 +0000 Subject: parse.y: Remove dispose_string I think that recycling the delimiter string objects doesn't pay its complexity. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@61682 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- node.h | 1 - 1 file changed, 1 deletion(-) (limited to 'node.h') diff --git a/node.h b/node.h index 488a8ce2ef..b18d96357a 100644 --- a/node.h +++ b/node.h @@ -479,7 +479,6 @@ void rb_ast_mark(rb_ast_t*); void rb_ast_dispose(rb_ast_t*); void rb_ast_free(rb_ast_t*); void rb_ast_add_mark_object(rb_ast_t*, VALUE); -void rb_ast_delete_mark_object(rb_ast_t*, VALUE); NODE *rb_ast_newnode(rb_ast_t*); void rb_ast_delete_node(rb_ast_t*, NODE *n); -- cgit v1.2.3