summaryrefslogtreecommitdiff
path: root/internal/variable.h
diff options
context:
space:
mode:
authorAaron Patterson <tenderlove@ruby-lang.org>2022-10-14 16:11:37 -0700
committerAaron Patterson <aaron.patterson@gmail.com>2022-10-14 17:14:41 -0700
commit1acc1a5c6d5d01b2822d7aa4356208095481724b (patch)
treee4afb10bc27499c493e535eb9425e8b22f8f363a /internal/variable.h
parent53e0e5e8df8648e23278e4811e634671de9e1af1 (diff)
downloadruby-1acc1a5c6d5d01b2822d7aa4356208095481724b.tar.gz
YJIT doesn't need rb_obj_ensure_iv_index_mapping
We should make this function static and remove it from YJIT bindings.
Diffstat (limited to 'internal/variable.h')
-rw-r--r--internal/variable.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/internal/variable.h b/internal/variable.h
index 47037a3392..bb24f5129f 100644
--- a/internal/variable.h
+++ b/internal/variable.h
@@ -35,7 +35,6 @@ void rb_gvar_ractor_local(const char *name);
static inline bool ROBJ_TRANSIENT_P(VALUE obj);
static inline void ROBJ_TRANSIENT_SET(VALUE obj);
static inline void ROBJ_TRANSIENT_UNSET(VALUE obj);
-uint32_t rb_obj_ensure_iv_index_mapping(VALUE obj, ID id);
struct gen_ivtbl;
int rb_gen_ivtbl_get(VALUE obj, ID id, struct gen_ivtbl **ivtbl);