aboutsummaryrefslogtreecommitdiffstats
path: root/tool/eval.rb
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-05-18 00:38:00 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-05-18 00:38:00 +0000
commitab188e54f61441ae5bef1658e7a322e885518850 (patch)
treed258b595301471e200b1d0f0cafd740d0e21e104 /tool/eval.rb
parent9b97f4eef5b3df054e66875b87fc9d43489c65af (diff)
downloadruby-ab188e54f61441ae5bef1658e7a322e885518850.tar.gz
tool: removed unused variables
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@63459 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'tool/eval.rb')
-rw-r--r--tool/eval.rb4
1 files changed, 1 insertions, 3 deletions
diff --git a/tool/eval.rb b/tool/eval.rb
index 981f72733b..9153573e6e 100644
--- a/tool/eval.rb
+++ b/tool/eval.rb
@@ -107,7 +107,6 @@ def calc_each data
end
def calc_stat stats
- stat = []
stats[0].each_with_index{|e, idx|
bm = e[0]
vals = stats.map{|st|
@@ -134,8 +133,7 @@ def stat
}
# pp total
total[0].each_with_index{|e, idx|
- bm = e[0]
- # print "#{bm}\t"
+ # print "#{e[0]}\t"
total.each{|st|
print st[idx][1], "\t"
}