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);