summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorko1 <ko1@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-11-16 07:14:45 +0000
committerko1 <ko1@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-11-16 07:14:45 +0000
commit4d6e899a27eaad2df5746f6c732de8ac56fad2a8 (patch)
tree85c84910f014410c3d118ba9e7c1d04abcab0312
parent2fb4c36c44ab390b48a96985e6b0010e4e866992 (diff)
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
-rw-r--r--vm_insnhelper.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/vm_insnhelper.c b/vm_insnhelper.c
index 82b3829a52..d37a2a3b73 100644
--- a/vm_insnhelper.c
+++ b/vm_insnhelper.c
@@ -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)
{