From d60ee6fb7c3ce92963f52b16294c2be61549fd9f Mon Sep 17 00:00:00 2001 From: Satoshi Tagomori Date: Tue, 14 Oct 2025 22:02:41 +0900 Subject: [PATCH] Remove a comment - we cannot remove this method now probably --- class.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/class.c b/class.c index 7baaa5e715..84c8668b6b 100644 --- a/class.c +++ b/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);