Skip to content

Commit 55b9ac1

Browse files
committed
fixup! c9a449f
1 parent d3cff92 commit 55b9ac1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

compiler/src/dotty/tools/dotc/interactive/InteractiveDriver.scala

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,6 @@ class InteractiveDriver(settings: List[String]) extends Driver {
117117

118118
// Like in `ZipArchiveFileLookup` we assume that zips are immutable
119119
private val zipClassPathClasses: Seq[String] = zipClassPaths.flatMap { zipCp =>
120-
// (new ZipFile(zipCp.asInstanceOf[ZipArchiveFileLookup[_]].zipFile).stream.collect(Collectors.toList()).asScala: List[ZipEntry])
121120
// Working with Java 8 stream without SAMs and scala-java8-compat is awful.
122121
val entries = new ZipFile(zipCp.zipFile)
123122
.stream

0 commit comments

Comments
 (0)