Skip to content

Commit d1c128f

Browse files
committed
Remove unused method
1 parent 3ea341e commit d1c128f

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

compilation/src/main/scalac/scala/tools/benchmark/BenchmarkDriver.scala

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,6 @@ trait BenchmarkDriver extends BaseBenchmarkDriver {
99

1010
// MainClass is copy-pasted from compiler for source compatibility with 2.10.x - 2.13.x
1111
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-
}
1712
var compiler: Global = _
1813
override def newCompiler(): Global = {
1914
compiler = Global(settings, reporter)

0 commit comments

Comments
 (0)