diff options
| author | Max Bernstein <ruby@bernsteinbear.com> | 2025-10-24 18:22:53 -0700 |
|---|---|---|
| committer | Max Bernstein <tekknolagi@gmail.com> | 2025-10-28 10:49:30 -0400 |
| commit | 7425520415991f38e048ff6acbee3af0731baead (patch) | |
| tree | 1e680b907e1b1863aa5e692d7b53628669256d7b | |
| parent | 3624031bb594d856c9449130cb162aad612435e7 (diff) | |
ZJIT: Remove redundant annotation
| -rw-r--r-- | zjit/src/cruby_methods.rs | 1 |
1 files changed, 0 insertions, 1 deletions
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); |
