From f395c5be87dac498debc538d2d57953a74f97cb0 Mon Sep 17 00:00:00 2001 From: ko1 Date: Tue, 7 Jul 2015 02:41:52 +0000 Subject: * 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 --- 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 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; -- cgit v1.2.3