summaryrefslogtreecommitdiff
path: root/mjit_c.rb
diff options
context:
space:
mode:
Diffstat (limited to 'mjit_c.rb')
-rw-r--r--mjit_c.rb8
1 files changed, 0 insertions, 8 deletions
diff --git a/mjit_c.rb b/mjit_c.rb
index c240a5ec4b..5ccc40aaf9 100644
--- a/mjit_c.rb
+++ b/mjit_c.rb
@@ -114,14 +114,6 @@ module RubyVM::MJIT
iseq_addr = Primitive.cexpr! 'PTR2NUM((VALUE)rb_iseqw_to_iseq(iseqw))'
rb_iseq_t.new(iseq_addr)
end
-
- # TODO: remove this after migration
- def fprintf(f, str)
- Primitive.cstmt! %{
- fprintf((FILE *)NUM2PTR(f), "%s", RSTRING_PTR(str));
- return Qnil;
- }
- end
end
### MJIT bindgen begin ###