* 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
This commit is contained in:
nobu 2016-03-09 07:52:27 +00:00
Родитель dc39baa9c9
Коммит 649736deaf
1 изменённых файлов: 0 добавлений и 1 удалений

Просмотреть файл

@ -31,7 +31,6 @@ class BenchmarkDriver
end
def self.load(input, type, opt)
attrs = [:executables, :results]
case type
when 'yaml'
require 'yaml'