diff options
-rw-r--r-- | yjit/src/codegen.rs | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/yjit/src/codegen.rs b/yjit/src/codegen.rs index 83ce7e2ea6..71584b565e 100644 --- a/yjit/src/codegen.rs +++ b/yjit/src/codegen.rs @@ -1973,8 +1973,6 @@ fn gen_set_ivar( KeepCompiling } - - // Codegen for getting an instance variable. // Preconditions: // - receiver has the same class as CLASS_OF(comptime_receiver) @@ -3319,7 +3317,6 @@ fn gen_opt_succ( gen_opt_send_without_block(jit, ctx, asm, ocb) } - fn gen_opt_str_freeze( jit: &mut JITState, ctx: &mut Context, |