From 4d6e899a27eaad2df5746f6c732de8ac56fad2a8 Mon Sep 17 00:00:00 2001 From: ko1 Date: Thu, 16 Nov 2017 07:14:45 +0000 Subject: 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 --- vm_insnhelper.c | 6 ------ 1 file changed, 6 deletions(-) (limited to 'vm_insnhelper.c') 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) { -- cgit v1.2.3