aboutsummaryrefslogtreecommitdiffstats
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 deda8b6995..705df82b18 100644
--- a/vm_core.h
+++ b/vm_core.h
@@ -347,10 +347,6 @@ struct rb_vm_tag {
struct rb_vm_tag *prev;
};
-struct rb_vm_trap_tag {
- struct rb_vm_trap_tag *prev;
-};
-
#define RUBY_VM_VALUE_CACHE_SIZE 0x1000
#define USE_VALUE_CACHE 0
@@ -414,7 +410,6 @@ typedef struct rb_thread_struct
int transition_for_lock;
struct rb_vm_tag *tag;
- struct rb_vm_trap_tag *trap_tag;
int parse_in_eval;
int mild_compile_error;