summaryrefslogtreecommitdiff
path: root/tool
diff options
context:
space:
mode:
Diffstat (limited to 'tool')
-rwxr-xr-xtool/instruction.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/tool/instruction.rb b/tool/instruction.rb
index c6e0c40c0c..fb07d778bc 100755
--- a/tool/instruction.rb
+++ b/tool/instruction.rb
@@ -72,7 +72,6 @@ class RubyVM
elsif (t == 'CALL_INFO' && ((re = /\b#{v}\b/n) =~ @sp_inc))
ret << " CALL_INFO #{v} = (CALL_INFO)(opes[#{i}]);\n"
end
-
}
@defopes.each_with_index{|((t, var), val), i|