aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authork0kubun <k0kubun@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-10-14 05:50:06 +0000
committerk0kubun <k0kubun@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-10-14 05:50:06 +0000
commit0cb2e39f52b10ea54e9a5deff9a61779c038329c (patch)
treeab3cd9793dfcb5c32bd8b2bc750a0360e966a629
parent26e97a1c07f530338d820be6c8ff9fc1c6afe492 (diff)
downloadruby-0cb2e39f52b10ea54e9a5deff9a61779c038329c.tar.gz
vm_insnhelper.c: remove obsoleted comment [ci skip]
see also: r65061 git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@65072 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r--vm_insnhelper.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/vm_insnhelper.c b/vm_insnhelper.c
index cb709df60b..d934372b75 100644
--- a/vm_insnhelper.c
+++ b/vm_insnhelper.c
@@ -954,7 +954,6 @@ vm_search_const_defined_class(const VALUE cbase, ID id)
#define USE_IC_FOR_IVAR 1
#endif
-/* `index` argument is used in MJIT to inline index value of call cache */
ALWAYS_INLINE(static VALUE vm_getivar(VALUE, ID, IC, struct rb_call_cache *, int));
static inline VALUE
vm_getivar(VALUE obj, ID id, IC ic, struct rb_call_cache *cc, int is_attr)