diff options
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' |