From 15084fbc3c10d21769dd61cd1cd55b2662fa8845 Mon Sep 17 00:00:00 2001 From: Jean Boussier Date: Fri, 13 Jun 2025 17:56:26 +0200 Subject: Get rid of FL_EXIVAR Now that the shape_id gives us all the same information, it's no longer needed. --- string.c | 1 - 1 file changed, 1 deletion(-) (limited to 'string.c') diff --git a/string.c b/string.c index 049e824437..d9ffb29b8e 100644 --- a/string.c +++ b/string.c @@ -485,7 +485,6 @@ build_fstring(VALUE str, struct fstr_update_arg *arg) RUBY_ASSERT(RB_TYPE_P(str, T_STRING)); RUBY_ASSERT(OBJ_FROZEN(str)); RUBY_ASSERT(!FL_TEST_RAW(str, STR_FAKESTR)); - RUBY_ASSERT(!FL_TEST_RAW(str, FL_EXIVAR)); RUBY_ASSERT(!rb_obj_exivar_p(str)); RUBY_ASSERT(RBASIC_CLASS(str) == rb_cString); RUBY_ASSERT(!rb_objspace_garbage_object_p(str)); -- cgit v1.2.3