mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
node.h: Remove a not used function prototype
* node.h (rb_node_newnode_longlife): The definition of this function was deleted r24490. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@60265 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
af14720f74
commit
7f7d5d0c90
1 changed files with 0 additions and 1 deletions
1
node.h
1
node.h
|
@ -479,7 +479,6 @@ NODE *rb_compile_string(const char*, VALUE, int);
|
||||||
NODE *rb_compile_file(const char*, VALUE, int);
|
NODE *rb_compile_file(const char*, VALUE, int);
|
||||||
|
|
||||||
NODE *rb_node_newnode(enum node_type,VALUE,VALUE,VALUE);
|
NODE *rb_node_newnode(enum node_type,VALUE,VALUE,VALUE);
|
||||||
NODE *rb_node_newnode_longlife(enum node_type,VALUE,VALUE,VALUE);
|
|
||||||
void rb_gc_free_node(VALUE obj);
|
void rb_gc_free_node(VALUE obj);
|
||||||
size_t rb_node_memsize(VALUE obj);
|
size_t rb_node_memsize(VALUE obj);
|
||||||
VALUE rb_gc_mark_node(NODE *obj);
|
VALUE rb_gc_mark_node(NODE *obj);
|
||||||
|
|
Loading…
Reference in a new issue