aboutsummaryrefslogtreecommitdiffstats
path: root/tool/instruction.rb
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2012-10-14 17:20:42 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2012-10-14 17:20:42 +0000
commitca968ee45eabd35e21c1f3f602ae33816ae64d23 (patch)
tree11316563b94b96adf031a8c654fd5eadee2d36f9 /tool/instruction.rb
parentc84bd9d7b89eca3bb563e83e864db5604626d4cd (diff)
downloadruby-ca968ee45eabd35e21c1f3f602ae33816ae64d23.tar.gz
remove garbage line
* compile.c (new_insn_send): remove garbage line. * tool/instruction.rb (sp_increase_c_expr): ditto. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@37182 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'tool/instruction.rb')
-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|