Remove a comment - we cannot remove this method now probably

This commit is contained in:
Satoshi Tagomori 2025-10-14 22:02:41 +09:00 committed by Satoshi Tagomori
parent 9743b51806
commit d60ee6fb7c
Notes: git 2025-10-14 13:59:54 +00:00

View File

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