aboutsummaryrefslogtreecommitdiffstats
path: root/vm_core.h
diff options
context:
space:
mode:
Diffstat (limited to 'vm_core.h')
-rw-r--r--vm_core.h10
1 files changed, 6 insertions, 4 deletions
diff --git a/vm_core.h b/vm_core.h
index 07fda28b88..98c57300c1 100644
--- a/vm_core.h
+++ b/vm_core.h
@@ -257,10 +257,12 @@ struct rb_iseq_struct {
VALUE self;
/* block inlining */
- NODE *node;
- void *special_block_builder;
- void *cached_special_block_builder;
- VALUE cached_special_block;
+ /*
+ * NODE *node;
+ * void *special_block_builder;
+ * void *cached_special_block_builder;
+ * VALUE cached_special_block;
+ */
/* klass/module nest information stack (cref) */
NODE *cref_stack;