Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
eightbitraptor committed Nov 4, 2024
1 parent b5641c3 commit 56adfe1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion gc/mmtk.c
Original file line number Diff line number Diff line change
Expand Up @@ -296,7 +296,6 @@ static void
make_final_job(struct objspace *objspace, VALUE obj, VALUE table)
{
RUBY_ASSERT(RB_FL_TEST(obj, RUBY_FL_FINALIZE));
RUBY_ASSERT(mmtk_is_reachable((MMTk_ObjectReference)table));
RUBY_ASSERT(RB_BUILTIN_TYPE(table) == T_ARRAY);

RB_FL_UNSET(obj, RUBY_FL_FINALIZE);
Expand Down

0 comments on commit 56adfe1

Please sign in to comment.