aboutsummaryrefslogtreecommitdiffstats
path: root/node.h
diff options
context:
space:
mode:
authormame <mame@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-01-08 09:39:01 +0000
committermame <mame@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-01-08 09:39:01 +0000
commitec01271caed8c23b347b7d4a8f7f0eec41f86ffc (patch)
tree4334dda61c23619b3007791669744eed9c59f350 /node.h
parent380c84ea26a73f59985a765c8e6fdd748cb7bc70 (diff)
downloadruby-ec01271caed8c23b347b7d4a8f7f0eec41f86ffc.tar.gz
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
Diffstat (limited to 'node.h')
-rw-r--r--node.h1
1 files changed, 0 insertions, 1 deletions
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);