mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
tool: removed unused variables
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@63459 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
2b7bde7eff
commit
36bc8c0b28
10 changed files with 16 additions and 26 deletions
|
|
@ -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"
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue