mirror of
https://github.com/ruby/ruby.git
synced 2025-09-17 01:23:57 +02:00
remove unused function.
* vm_method.c (rb_method_entry_with_refinements): removed. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@60801 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
d4a69bb48e
commit
8184cb2bc7
2 changed files with 0 additions and 7 deletions
|
@ -862,12 +862,6 @@ method_entry_resolve_refinement(VALUE klass, ID id, int with_refinement, VALUE *
|
|||
return me;
|
||||
}
|
||||
|
||||
const rb_method_entry_t *
|
||||
rb_method_entry_with_refinements(VALUE klass, ID id, VALUE *defined_class_ptr)
|
||||
{
|
||||
return method_entry_resolve_refinement(klass, id, TRUE, defined_class_ptr);
|
||||
}
|
||||
|
||||
const rb_callable_method_entry_t *
|
||||
rb_callable_method_entry_with_refinements(VALUE klass, ID id, VALUE *defined_class_ptr)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue