summaryrefslogtreecommitdiff
path: root/shape.c
diff options
context:
space:
mode:
authorJean Boussier <[email protected]>2025-06-13 17:56:26 +0200
committerJean Boussier <[email protected]>2025-06-13 23:50:30 +0200
commit15084fbc3c10d21769dd61cd1cd55b2662fa8845 ()
tree9f1e0011f56a9bef9aeb3139969e9b1e5217e00f /shape.c
parent6dbe24fe5641e5c86638ff5c5d9fe08ea31d196d (diff)
Get rid of FL_EXIVAR
Now that the shape_id gives us all the same information, it's no longer needed.
Notes: Merged: https://.com/ruby/ruby/pull/13612
-rw-r--r--shape.c7
1 files changed, 0 insertions, 7 deletions
@@ -1266,13 +1266,6 @@ rb_shape_verify_consistency(VALUE obj, shape_id_t shape_id)
}
}
- if (FL_TEST_RAW(obj, FL_EXIVAR)) {
- RUBY_ASSERT(rb_obj_exivar_p(obj));
- }
- else {
- RUBY_ASSERT(!rb_obj_exivar_p(obj));
- }
-
return true;
}
#endif