From bfc19ade2e824dd549868d601b2c688f6ad928c5 Mon Sep 17 00:00:00 2001 From: ko1 Date: Tue, 25 Dec 2007 02:17:16 +0000 Subject: * 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 --- vm_core.h | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'vm_core.h') 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; -- cgit v1.2.3