Skip to content

Commit 76c0b44

Browse files
committed
.
1 parent e50e088 commit 76c0b44

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

runner/daemon/src/mill/daemon/RunnerSharedState.scala

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ import scala.collection.mutable
1616
* evaluation: watches, classloaders, code signatures, classpaths, and worker
1717
* caches that are safe to share between launchers.
1818
*/
19-
@internal
2019
case class RunnerSharedState(
2120
frames: Map[Int, RunnerSharedState.Frame] = Map.empty,
2221
workerCaches: Map[Int, RunnerSharedState.WorkerCacheSlot] = Map.empty,

0 commit comments

Comments
 (0)