aboutsummaryrefslogtreecommitdiffstats
path: root/vm_core.h
diff options
context:
space:
mode:
authorko1 <ko1@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-07-07 02:41:52 +0000
committerko1 <ko1@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-07-07 02:41:52 +0000
commit970b8a354edce7cfd5d23c0e4490949fdf428ecb (patch)
tree417c404900122e0889249ad287c037ea530339c9 /vm_core.h
parent3af0c9fe2362531a55979d77a23d12a895456582 (diff)
downloadruby-970b8a354edce7cfd5d23c0e4490949fdf428ecb.tar.gz
* vm_core.h: remove rb_iseq_t::orig because rb_iseq_clone()
no longer exists. * iseq.c: don't use rb_iseq_t::orig. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@51172 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 41d0ff6573..5d210c6ae3 100644
--- a/vm_core.h
+++ b/vm_core.h
@@ -345,7 +345,6 @@ struct rb_iseq_struct {
/****************/
VALUE self;
- const VALUE orig; /* non-NULL if its data have origin */
/* misc */
rb_num_t flip_cnt;