summaryrefslogtreecommitdiff
path: root/ujit_codegen.c
diff options
context:
space:
mode:
Diffstat (limited to 'ujit_codegen.c')
-rw-r--r--ujit_codegen.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/ujit_codegen.c b/ujit_codegen.c
index 41662a8b2d..0b2c52a844 100644
--- a/ujit_codegen.c
+++ b/ujit_codegen.c
@@ -1414,8 +1414,6 @@ gen_oswb_iseq(jitstate_t* jit, ctx_t* ctx, struct rb_call_data * cd, const rb_ca
return false;
}
- rb_gc_register_mark_object((VALUE)iseq); // FIXME: intentional LEAK!
-
// Create a size-exit to fall back to the interpreter
uint8_t* side_exit = ujit_side_exit(jit, ctx);