mirror of
https://github.com/ruby/ruby.git
synced 2026-01-27 04:24:23 +00:00
Remove a comment - we cannot remove this method now probably
This commit is contained in:
parent
9743b51806
commit
d60ee6fb7c
Notes:
git
2025-10-14 13:59:54 +00:00
2
class.c
2
class.c
@ -480,7 +480,7 @@ rb_module_add_to_subclasses_list(VALUE module, VALUE iclass)
|
||||
}
|
||||
|
||||
void
|
||||
rb_class_remove_subclass_head(VALUE klass) // TODO: check this is still used and required
|
||||
rb_class_remove_subclass_head(VALUE klass)
|
||||
{
|
||||
rb_classext_t *ext = RCLASS_EXT_WRITABLE(klass);
|
||||
rb_class_classext_free_subclasses(ext, klass);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user