Skip to content

Commit c702823

Browse files
committed
Fix assertion in string.c
1 parent c3ae962 commit c702823

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

string.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -610,8 +610,6 @@ rb_obj_is_fstring_table(VALUE obj)
610610
void
611611
rb_gc_free_fstring(VALUE obj)
612612
{
613-
ASSERT_vm_locking_with_barrier();
614-
615613
RUBY_ASSERT(FL_TEST(obj, RSTRING_FSTR));
616614
RUBY_ASSERT(OBJ_FROZEN(obj));
617615
RUBY_ASSERT(!FL_TEST(obj, STR_SHARED));

0 commit comments

Comments
 (0)