summaryrefslogtreecommitdiff
path: root/vm_core.h
diff options
context:
space:
mode:
Diffstat (limited to 'vm_core.h')
-rw-r--r--vm_core.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/vm_core.h b/vm_core.h
index 7cb2490d7e..72120d5302 100644
--- a/vm_core.h
+++ b/vm_core.h
@@ -244,10 +244,6 @@ struct iseq_inline_iv_cache_entry {
struct rb_iv_index_tbl_entry *entry;
};
-struct iseq_inline_cvar_cache_entry {
- struct rb_cvar_class_tbl_entry *entry;
-};
-
union iseq_inline_storage_entry {
struct {
struct rb_thread_struct *running_thread;
@@ -1154,7 +1150,6 @@ enum vm_svar_index {
/* inline cache */
typedef struct iseq_inline_constant_cache *IC;
typedef struct iseq_inline_iv_cache_entry *IVC;
-typedef struct iseq_inline_cvar_cache_entry *ICVARC;
typedef union iseq_inline_storage_entry *ISE;
typedef const struct rb_callinfo *CALL_INFO;
typedef const struct rb_callcache *CALL_CACHE;