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 7d15bd6 commit 1126fd7Copy full SHA for 1126fd7
src/compiler/scala/tools/nsc/PipelineMain.scala
@@ -93,8 +93,6 @@ class PipelineMainClass {
93
val dependedOn: Set[Task] = dependsOn.valuesIterator.flatten.toSet
94
var toProcess = projects.toList
95
val done = mutable.HashSet[Task]()
96
- var fullCompileCriticalPath = 0L
97
- var pipelineCompileCriticalPath = 0L
98
while (toProcess.nonEmpty) {
99
round += 1
100
println(s"Round #$round")
0 commit comments