mirror of
https://github.com/ruby/ruby.git
synced 2025-08-23 13:04:13 +02:00
RJIT: Drop duplicated obj_is_kind_of
This commit is contained in:
parent
c4e2718763
commit
9654a28cc5
1 changed files with 0 additions and 4 deletions
|
@ -307,10 +307,6 @@ module RubyVM::RJIT # :nodoc: all
|
||||||
}
|
}
|
||||||
end
|
end
|
||||||
|
|
||||||
def obj_is_kind_of(obj, c)
|
|
||||||
Primitive.cexpr! 'rb_obj_is_kind_of(obj, c)'
|
|
||||||
end
|
|
||||||
|
|
||||||
def rb_obj_class(obj)
|
def rb_obj_class(obj)
|
||||||
Primitive.cexpr! 'rb_obj_class(obj)'
|
Primitive.cexpr! 'rb_obj_class(obj)'
|
||||||
end
|
end
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue