From 7425520415991f38e048ff6acbee3af0731baead Mon Sep 17 00:00:00 2001 From: Max Bernstein Date: Fri, 24 Oct 2025 18:22:53 -0700 Subject: ZJIT: Remove redundant annotation --- zjit/src/cruby_methods.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/zjit/src/cruby_methods.rs b/zjit/src/cruby_methods.rs index 5530b555bd..4ded84c4fb 100644 --- a/zjit/src/cruby_methods.rs +++ b/zjit/src/cruby_methods.rs @@ -192,7 +192,6 @@ pub fn init() -> Annotations { 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); - annotate!(rb_cString, "to_s", types::StringExact); annotate!(rb_cString, "getbyte", inline_string_getbyte); annotate!(rb_cString, "empty?", types::BoolExact, no_gc, leaf, elidable); annotate!(rb_cString, "<<", inline_string_append); -- cgit v1.2.3