This project is closed and read-only.
Actions
Backport #8434
closedrb_class_init_copy was removed in r38364, but it is still referenced in intern.h
Backport #8434:
rb_class_init_copy was removed in r38364, but it is still referenced in intern.h
Status:
Closed
Assignee:
Description
In r38364, there was removed implementation of rb_class_init_copy function due to [1]. However, it keeps to be referenced in intern.h [2]
[1] http://bugs.ruby-lang.org/issues/7557
[2] https://github.com/ruby/ruby/blob/trunk/include/ruby/intern.h#L159
Files
Actions