mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
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
This commit is contained in:
parent
6faf266893
commit
6f015efc64
1 changed files with 0 additions and 2 deletions
2
iseq.h
2
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;
|
||||
|
|
Loading…
Reference in a new issue