mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
iseq.h (struct iseq_compile_data): remove cached_const field
Nobody uses it, and "git log -p -Scached_const" shows it's ever been used in public history. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@63596 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
cb05ed5d4f
commit
7cc12d6311
1 changed files with 0 additions and 1 deletions
1
iseq.h
1
iseq.h
|
@ -94,7 +94,6 @@ struct iseq_compile_data {
|
||||||
VALUE for_iseq;
|
VALUE for_iseq;
|
||||||
struct iseq_compile_data_ensure_node_stack *ensure_node_stack;
|
struct iseq_compile_data_ensure_node_stack *ensure_node_stack;
|
||||||
int loopval_popped; /* used by NODE_BREAK */
|
int loopval_popped; /* used by NODE_BREAK */
|
||||||
int cached_const;
|
|
||||||
struct iseq_compile_data_storage *storage_head;
|
struct iseq_compile_data_storage *storage_head;
|
||||||
struct iseq_compile_data_storage *storage_current;
|
struct iseq_compile_data_storage *storage_current;
|
||||||
int last_line;
|
int last_line;
|
||||||
|
|
Loading…
Reference in a new issue