gc.c: remove unused local variable; ref #6194

This commit is contained in:
Yukihiro "Matz" Matsumoto
2024-03-09 13:39:19 +09:00
parent 4b312bdb2f
commit 44edd3438b
-1
View File
@@ -926,7 +926,6 @@ gc_gray_counts(mrb_state *mrb, mrb_gc *gc, struct RBasic *obj)
{
struct mrb_context *c = ((struct RFiber*)obj)->cxt;
size_t i;
mrb_callinfo *ci;
if (!c || c->status == MRB_FIBER_TERMINATED) break;
if (!c->ci) break;