aboutsummaryrefslogtreecommitdiffstats
path: root/node.h
diff options
context:
space:
mode:
authoryui-knk <yui-knk@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-10-21 13:06:36 +0000
committeryui-knk <yui-knk@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-10-21 13:06:36 +0000
commit7f7d5d0c905c982a75488c3b0c89154a5188b692 (patch)
tree0822da76d17d319c2cf062b8641e549344cebbbb /node.h
parentaf14720f749ea0274cadd4fa0329b86567ae0057 (diff)
downloadruby-7f7d5d0c905c982a75488c3b0c89154a5188b692.tar.gz
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
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 51aa5f1f23..0eef981bf1 100644
--- a/node.h
+++ b/node.h
@@ -479,7 +479,6 @@ NODE *rb_compile_string(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_longlife(enum node_type,VALUE,VALUE,VALUE);
void rb_gc_free_node(VALUE obj);
size_t rb_node_memsize(VALUE obj);
VALUE rb_gc_mark_node(NODE *obj);