summaryrefslogtreecommitdiff
path: root/tool
diff options
context:
space:
mode:
Diffstat (limited to 'tool')
-rwxr-xr-xtool/instruction.rb7
1 files changed, 0 insertions, 7 deletions
diff --git a/tool/instruction.rb b/tool/instruction.rb
index a82ac2ccc0..4fd2127be2 100755
--- a/tool/instruction.rb
+++ b/tool/instruction.rb
@@ -984,7 +984,6 @@ class RubyVM
# operands info
operands_info = ''
operands_num_info = ''
- icoperands_num_info = ''
@insns.each{|insn|
opes = insn.opes
@@ -996,12 +995,6 @@ class RubyVM
num = opes.size + 1
operands_num_info << " #{num},\n"
-
- icnum = 0
- opes.each{|e|
- icnum += 1 if e[0] == 'IC'
- }
- icoperands_num_info << " #{icnum},\n"
}
# stack num