ruby-changes:64200
From: Koichi <ko1@a...>
Date: Wed, 16 Dec 2020 13:30:51 +0900 (JST)
Subject: [ruby-changes:64200] 1e11c12a06 (master): remove unused function
https://git.ruby-lang.org/ruby.git/commit/?id=1e11c12a06 From 1e11c12a066036e85177104a9f8f5469063858a7 Mon Sep 17 00:00:00 2001 From: Koichi Sasada <ko1@a...> Date: Wed, 16 Dec 2020 13:30:34 +0900 Subject: remove unused function diff --git a/vm_insnhelper.c b/vm_insnhelper.c index f343f71..3b56353 100644 --- a/vm_insnhelper.c +++ b/vm_insnhelper.c @@ -1262,12 +1262,6 @@ vm_setivar(VALUE obj, ID id, VALUE val, const rb_iseq_t *iseq, IVC ic, const str https://github.com/ruby/ruby/blob/trunk/vm_insnhelper.c#L1262 return vm_setivar_slowpath(obj, id, val, iseq, ic, cc, is_attr); } -VALUE -rb_vm_setivar(VALUE obj, ID id, VALUE val, const rb_iseq_t *iseq, IVC ic) -{ - return vm_setivar(obj, id, val, iseq, ic, NULL, false); -} - static inline VALUE vm_getinstancevariable(const rb_iseq_t *iseq, VALUE obj, ID id, IVC ic) { -- cgit v0.10.2 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/