summaryrefslogtreecommitdiff
path: root/yjit.c
diff options
context:
space:
mode:
Diffstat (limited to 'yjit.c')
-rw-r--r--yjit.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/yjit.c b/yjit.c
index e00eda4581..683e8ae366 100644
--- a/yjit.c
+++ b/yjit.c
@@ -480,13 +480,6 @@ rb_insn_name(VALUE insn)
return insn_name(insn);
}
-// Query the instruction length in bytes for YARV opcode insn
-int
-rb_insn_len(VALUE insn)
-{
- return insn_len(insn);
-}
-
unsigned int
rb_vm_ci_argc(const struct rb_callinfo *ci)
{