mirror of
https://github.com/ruby/ruby.git
synced 2025-08-15 13:39:04 +02:00
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
This commit is contained in:
parent
380c84ea26
commit
ec01271cae
3 changed files with 0 additions and 21 deletions
1
node.h
1
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);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue