diff options
author | Jean Boussier <[email protected]> | 2025-06-13 17:56:26 +0200 |
---|---|---|
committer | Jean Boussier <[email protected]> | 2025-06-13 23:50:30 +0200 |
commit | 15084fbc3c10d21769dd61cd1cd55b2662fa8845 (patch) | |
tree | 9f1e0011f56a9bef9aeb3139969e9b1e5217e00f /string.c | |
parent | 6dbe24fe5641e5c86638ff5c5d9fe08ea31d196d (diff) |
Get rid of FL_EXIVAR
Now that the shape_id gives us all the same information, it's no
longer needed.
Notes
Notes:
Merged: https://github.com/ruby/ruby/pull/13612
Diffstat (limited to 'string.c')
-rw-r--r-- | string.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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)); |