[前][次][番号順一覧][スレッド一覧]

ruby-changes:55230

From: nobu <ko1@a...>
Date: Thu, 4 Apr 2019 14:26:16 +0900 (JST)
Subject: [ruby-changes:55230] nobu:r67437 (trunk): iseq.h: Remove dead members

nobu	2019-04-04 14:26:11 +0900 (Thu, 04 Apr 2019)

  New Revision: 67437

  https://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=67437

  Log:
    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?\195?\169 <lourens@b...>

  Modified files:
    trunk/iseq.h
Index: iseq.h
===================================================================
--- iseq.h	(revision 67436)
+++ iseq.h	(revision 67437)
@@ -96,8 +96,6 @@ struct iseq_compile_data { https://github.com/ruby/ruby/blob/trunk/iseq.h#L96
     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;

--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]