diff options
author | Jean Boussier <[email protected]> | 2025-05-28 12:20:37 +0200 |
---|---|---|
committer | Jean Boussier <[email protected]> | 2025-05-28 12:20:37 +0200 |
commit | a0e9af0146ab04e6d9eb8f5435ecdf383144af60 () | |
tree | 4ccf547f2b10566ccdecd399a225f95605beb7b6 | |
parent | d064fd067b2045dcfcd1535054cc72b843b9402e (diff) |
Get rid of unused `vm_ic_attr_index_dest_shape_id`
Notes: Merged: https://.com/ruby/ruby/pull/13455
-rw-r--r-- | vm_callinfo.h | 6 |
1 files changed, 0 insertions, 6 deletions
@@ -448,12 +448,6 @@ vm_ic_atomic_shape_and_index(const struct iseq_inline_iv_cache_entry *ic, shape_ return; } -static inline shape_id_t -vm_ic_attr_index_dest_shape_id(const struct iseq_inline_iv_cache_entry *ic) -{ - return (shape_id_t)(ic->value >> SHAPE_FLAG_SHIFT); -} - static inline unsigned int vm_cc_cmethod_missing_reason(const struct rb_callcache *cc) { |