diff options
author | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2016-03-09 07:52:27 +0000 |
---|---|---|
committer | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2016-03-09 07:52:27 +0000 |
commit | 649736deafff45d18380e2d8f41e24c319e25ef7 (patch) | |
tree | 3cc847895a6ac255e040bcfcb49ed17b5e8d4c2f /benchmark | |
parent | dc39baa9c97ec8b2b62d6ed1311f9fb5c50e8055 (diff) | |
download | ruby-649736deafff45d18380e2d8f41e24c319e25ef7.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.rb | 1 |
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' |