Skip to content

Commit 09a968a

Browse files
authored
Merge pull request #4941 from dotty-staging/fix-from-tasty-benchmarks
Remove buggy override
2 parents 25b15bf + 499f364 commit 09a968a

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)