Skip to content

Commit 1126fd7

Browse files
committed
cleanup stats
1 parent 7d15bd6 commit 1126fd7

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/compiler/scala/tools/nsc/PipelineMain.scala

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,8 +93,6 @@ class PipelineMainClass {
9393
val dependedOn: Set[Task] = dependsOn.valuesIterator.flatten.toSet
9494
var toProcess = projects.toList
9595
val done = mutable.HashSet[Task]()
96-
var fullCompileCriticalPath = 0L
97-
var pipelineCompileCriticalPath = 0L
9896
while (toProcess.nonEmpty) {
9997
round += 1
10098
println(s"Round #$round")

0 commit comments

Comments
 (0)