From 5c4d7b9a9ed82ef09d483e02a49cf8578fd07c7a Mon Sep 17 00:00:00 2001 From: ko1 Date: Mon, 6 Jul 2015 19:08:05 +0000 Subject: * vm_core.h: remove rb_iseq_t::defined_method_id because it is not needed. * eval.c (frame_func_id): simplify. rb_callable_method_entry_t has enough information. * eval.c (frame_called_id): ditto. * iseq.c (prepare_iseq_build): catch up this fix. * proc.c (rb_mod_define_method): ditto. * vm.c (vm_define_method): ditto. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@51168 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- vm_core.h | 1 - 1 file changed, 1 deletion(-) (limited to 'vm_core.h') diff --git a/vm_core.h b/vm_core.h index 390e790592..41d0ff6573 100644 --- a/vm_core.h +++ b/vm_core.h @@ -348,7 +348,6 @@ struct rb_iseq_struct { const VALUE orig; /* non-NULL if its data have origin */ /* misc */ - ID defined_method_id; /* for define_method */ rb_num_t flip_cnt; /* used at compile time */ -- cgit v1.2.3