We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5d496a7 commit 603ac42Copy full SHA for 603ac42
gc.c
@@ -2425,10 +2425,6 @@ rb_gc_obj_has_blacklisted_vm_weak_references(VALUE obj)
2425
switch (BUILTIN_TYPE(obj)) {
2426
case T_IMEMO:
2427
switch (imemo_type(obj)) {
2428
- case imemo_callcache: {
2429
- const struct rb_callcache *cc = (const struct rb_callcache *)obj;
2430
- return vm_cc_refinement_p(cc);
2431
- }
2432
case imemo_callinfo:
2433
case imemo_ment:
2434
return true;
0 commit comments