summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTakashi Kokubun <takashi.kokubun@shopify.com>2025-10-27 12:26:03 -0700
committerGitHub <noreply@github.com>2025-10-27 19:26:03 +0000
commit74c3bd7718319868c89a6d2a5827802d2be2d272 (patch)
tree09cfca4f5ea2648ab2441ebc282bcdea03814bb9
parent0b0da6c4b26f80ad6985722d3fc0f5cdee09125d (diff)
ZJIT: Remove a duplicated annotation (#14968)
-rw-r--r--zjit/src/cruby_methods.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/zjit/src/cruby_methods.rs b/zjit/src/cruby_methods.rs
index b6b91ab0a6..09d52b9f49 100644
--- a/zjit/src/cruby_methods.rs
+++ b/zjit/src/cruby_methods.rs
@@ -189,7 +189,6 @@ pub fn init() -> Annotations {
annotate!(rb_mKernel, "itself", inline_kernel_itself);
annotate!(rb_mKernel, "block_given?", inline_kernel_block_given_p);
- annotate!(rb_cString, "bytesize", types::Fixnum, no_gc, leaf);
annotate!(rb_cString, "bytesize", types::Fixnum, no_gc, leaf, elidable);
annotate!(rb_cString, "size", types::Fixnum, no_gc, leaf, elidable);
annotate!(rb_cString, "length", types::Fixnum, no_gc, leaf, elidable);