mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
remove unused function.
* vm_insnhelper.c (rb_vm_env_write): remove unused function. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@60795 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
2fb4c36c44
commit
4d6e899a27
1 changed files with 0 additions and 6 deletions
|
@ -338,12 +338,6 @@ vm_env_write(const VALUE *ep, int index, VALUE v)
|
|||
}
|
||||
}
|
||||
|
||||
void
|
||||
rb_vm_env_write(const VALUE *ep, int index, VALUE v)
|
||||
{
|
||||
vm_env_write(ep, index, v);
|
||||
}
|
||||
|
||||
VALUE
|
||||
rb_vm_bh_to_procval(const rb_execution_context_t *ec, VALUE block_handler)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue