aboutsummaryrefslogtreecommitdiffstats
path: root/benchmark
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-03-09 07:52:27 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-03-09 07:52:27 +0000
commit1232cd53a95a335b67627d34903fba47b3d5b713 (patch)
tree3cc847895a6ac255e040bcfcb49ed17b5e8d4c2f /benchmark
parent064d3a4f0383aed8d9ac6d5f502631bae3d31cba (diff)
downloadruby-1232cd53a95a335b67627d34903fba47b3d5b713.tar.gz
driver.rb: unused variable
* benchmark/driver.rb (BenchmarkDriver.load): remove unused variable. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@54064 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'benchmark')
-rw-r--r--benchmark/driver.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/benchmark/driver.rb b/benchmark/driver.rb
index 0b7696eace..eb976b4a90 100644
--- a/benchmark/driver.rb
+++ b/benchmark/driver.rb
@@ -31,7 +31,6 @@ class BenchmarkDriver
end
def self.load(input, type, opt)
- attrs = [:executables, :results]
case type
when 'yaml'
require 'yaml'