Skip to content

Commit 499f364

Browse files
committed
Remove buggy override
It removes the -from-tasty compiler for no good reason
1 parent a91d82a commit 499f364

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

bench/src/main/scala/Benchmarks.scala

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,8 +75,6 @@ class CompilerOptions {
7575
}
7676

7777
class Worker extends Driver {
78-
override def newCompiler(implicit ctx: Context): Compiler = new Compiler
79-
8078
@Benchmark
8179
def compile(state: CompilerOptions): Unit = {
8280
val res = process(state.opts)

0 commit comments

Comments
 (0)