summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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;