summaryrefslogtreecommitdiff
path: root/vm_core.h
diff options
context:
space:
mode:
-rw-r--r--vm_core.h5
1 files changed, 0 insertions, 5 deletions
@@ -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;