1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

rb_deprecated_classext_struct: delete

Used from nowhere any longer.
This commit is contained in:
卜部昌平 2020-07-22 10:23:42 +09:00
parent 4bc3846389
commit 6b6a4471d6
Notes: git 2020-08-27 14:08:34 +09:00

View file

@ -24,10 +24,6 @@
# undef RCLASS_SUPER
#endif
struct rb_deprecated_classext_struct {
char conflict[sizeof(VALUE) * 3];
};
struct rb_subclass_entry {
VALUE klass;
struct rb_subclass_entry *next;