From 7cc12d63114d7c96db0c7ad1da0ba723202ca350 Mon Sep 17 00:00:00 2001 From: normal Date: Thu, 7 Jun 2018 01:14:09 +0000 Subject: [PATCH] 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 --- iseq.h | 1 - 1 file changed, 1 deletion(-) 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;