1
0
Fork 0
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:
ko1 2017-11-16 07:14:45 +00:00
parent 2fb4c36c44
commit 4d6e899a27

View file

@ -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)
{