Skip to content

Commit 74c3bd7

Browse files
authored
ZJIT: Remove a duplicated annotation (ruby#14968)
1 parent 0b0da6c commit 74c3bd7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

zjit/src/cruby_methods.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,6 @@ pub fn init() -> Annotations {
189189

190190
annotate!(rb_mKernel, "itself", inline_kernel_itself);
191191
annotate!(rb_mKernel, "block_given?", inline_kernel_block_given_p);
192-
annotate!(rb_cString, "bytesize", types::Fixnum, no_gc, leaf);
193192
annotate!(rb_cString, "bytesize", types::Fixnum, no_gc, leaf, elidable);
194193
annotate!(rb_cString, "size", types::Fixnum, no_gc, leaf, elidable);
195194
annotate!(rb_cString, "length", types::Fixnum, no_gc, leaf, elidable);

0 commit comments

Comments
 (0)