Skip to content
This repository was archived by the owner on Sep 8, 2022. It is now read-only.

Commit cd8f8e9

Browse files
committed
Remove more dead code: timings
1 parent 0141256 commit cd8f8e9

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

src/main/scala/scala/tools/partest/nest/FileManager.scala

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -179,12 +179,6 @@ class FileManager(val testClassPath: List[Path],
179179
else "installed"
180180
}
181181

182-
/** Only when --debug is given. */
183-
private[this] lazy val testTimings = new mutable.HashMap[String, Long]
184-
def recordTestTiming(name: String, milliseconds: Long) =
185-
synchronized { testTimings(name) = milliseconds }
186-
187-
188182
/** Massage args to merge plugins and fix paths.
189183
* Plugin path can be relative to test root, or cwd is out.
190184
* While we're at it, mix in the baseline options, too.

0 commit comments

Comments
 (0)