From ab188e54f61441ae5bef1658e7a322e885518850 Mon Sep 17 00:00:00 2001 From: nobu Date: Fri, 18 May 2018 00:38:00 +0000 Subject: tool: removed unused variables git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@63459 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- tool/eval.rb | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'tool/eval.rb') 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" } -- cgit v1.2.3