aboutsummaryrefslogtreecommitdiffstats
path: root/iseq.h
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2019-04-04 05:26:11 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2019-04-04 05:26:11 +0000
commit6f015efc64aece0d25cc25686ea63dc8ffd7a340 (patch)
treefcf209fafb0a7c9cb25c3b3d2d7172c3e2776452 /iseq.h
parent6faf26689382c35d2fb8df90b096ea34c87b3ed5 (diff)
downloadruby-6f015efc64aece0d25cc25686ea63dc8ffd7a340.tar.gz
iseq.h: Remove dead members
* iseq.h (struct iseq_compile_data): Remove the dead ensure_node and for_iseq members. [Fix GH-2108] From: Lourens Naudé <lourens@bearmetal.eu> git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@67437 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'iseq.h')
-rw-r--r--iseq.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/iseq.h b/iseq.h
index f3f269b572..feb73a82ae 100644
--- a/iseq.h
+++ b/iseq.h
@@ -96,8 +96,6 @@ struct iseq_compile_data {
struct iseq_label_data *end_label;
struct iseq_label_data *redo_label;
const rb_iseq_t *current_block;
- VALUE ensure_node;
- VALUE for_iseq;
struct iseq_compile_data_ensure_node_stack *ensure_node_stack;
struct iseq_compile_data_storage *storage_head;
struct iseq_compile_data_storage *storage_current;