summaryrefslogtreecommitdiff
path: root/vm_core.h
diff options
context:
space:
mode:
authorko1 <ko1@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-12-25 02:17:16 +0000
committerko1 <ko1@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-12-25 02:17:16 +0000
commitbfc19ade2e824dd549868d601b2c688f6ad928c5 (patch)
treefa5e81b264a4e7b15042f4daf3eb8fd7363630b8 /vm_core.h
parentb40dbc304efe8297d7dbe10d6781c7608a651934 (diff)
* iseq.c, vm_core.h: comment out unused fields.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@14642 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
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;