summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornormal <normal@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-06-07 01:14:09 +0000
committernormal <normal@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-06-07 01:14:09 +0000
commit7cc12d63114d7c96db0c7ad1da0ba723202ca350 (patch)
tree20e702eaac21ff83bcaaf985cddbfe21005a60ed
parentcb05ed5d4fe98efee259490b75737b2a9992c88b (diff)
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
-rw-r--r--iseq.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/iseq.h b/iseq.h
index 38a7afac34..7c6b56a1d4 100644
--- a/iseq.h
+++ b/iseq.h
@@ -94,7 +94,6 @@ struct iseq_compile_data {
VALUE for_iseq;
struct iseq_compile_data_ensure_node_stack *ensure_node_stack;
int loopval_popped; /* used by NODE_BREAK */
- int cached_const;
struct iseq_compile_data_storage *storage_head;
struct iseq_compile_data_storage *storage_current;
int last_line;