From 69b716111f04a5a692578638a16fc55a75a9dd1d Mon Sep 17 00:00:00 2001 From: nobu Date: Tue, 8 Jan 2013 05:41:44 +0000 Subject: vm_core.h: flip_cnt in rb_iseq_t * vm_core.h (rb_iseq_t): move flip_cnt from struct iseq_compile_data, because it has same life span as enclosing iseq. [Bug #7671] [ruby-core:51296] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@38739 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- iseq.h | 1 - 1 file changed, 1 deletion(-) (limited to 'iseq.h') diff --git a/iseq.h b/iseq.h index 4a7965adf9..0790529638 100644 --- a/iseq.h +++ b/iseq.h @@ -98,7 +98,6 @@ struct iseq_compile_data { struct iseq_compile_data_storage *storage_current; int last_line; int last_coverable_line; - int flip_cnt; int label_no; int node_level; const rb_compile_option_t *option; -- cgit v1.2.3