From 499f364190ddb5e562107d95e3142ae29723f360 Mon Sep 17 00:00:00 2001 From: Nicolas Stucki Date: Tue, 14 Aug 2018 11:02:39 +0200 Subject: [PATCH] Remove buggy override It removes the -from-tasty compiler for no good reason --- bench/src/main/scala/Benchmarks.scala | 2 -- 1 file changed, 2 deletions(-) diff --git a/bench/src/main/scala/Benchmarks.scala b/bench/src/main/scala/Benchmarks.scala index 4938772510cc..163ec80ca9bc 100644 --- a/bench/src/main/scala/Benchmarks.scala +++ b/bench/src/main/scala/Benchmarks.scala @@ -75,8 +75,6 @@ class CompilerOptions { } class Worker extends Driver { - override def newCompiler(implicit ctx: Context): Compiler = new Compiler - @Benchmark def compile(state: CompilerOptions): Unit = { val res = process(state.opts)