We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ea341e commit d1c128fCopy full SHA for d1c128f
compilation/src/main/scalac/scala/tools/benchmark/BenchmarkDriver.scala
@@ -9,11 +9,6 @@ trait BenchmarkDriver extends BaseBenchmarkDriver {
9
10
// MainClass is copy-pasted from compiler for source compatibility with 2.10.x - 2.13.x
11
private class MainClass extends Driver with EvalLoop {
12
- def resident(compiler: Global): Unit = loop { line =>
13
- val command = new CompilerCommand(line split "\\s+" toList, new Settings(scalacError))
14
- compiler.reporter.reset()
15
- new compiler.Run() compile command.files
16
- }
17
var compiler: Global = _
18
override def newCompiler(): Global = {
19
compiler = Global(settings, reporter)
0 commit comments