aboutsummaryrefslogtreecommitdiffstats
path: root/vm_core.h
diff options
context:
space:
mode:
authorko1 <ko1@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-07-06 19:08:05 +0000
committerko1 <ko1@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-07-06 19:08:05 +0000
commit5c4d7b9a9ed82ef09d483e02a49cf8578fd07c7a (patch)
treef12c1173d913215a15c522c1949ac131dfda4232 /vm_core.h
parentce45744254edebad3265cfa75a3868023144cbfa (diff)
downloadruby-5c4d7b9a9ed82ef09d483e02a49cf8578fd07c7a.tar.gz
* 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
Diffstat (limited to 'vm_core.h')
-rw-r--r--vm_core.h1
1 files changed, 0 insertions, 1 deletions
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 */