Skip to content

Commit 2bdb5ae

Browse files
committed
Build.scala: Remove commented-out code I forgot to delete
1 parent 422342d commit 2bdb5ae

File tree

1 file changed

+0
-17
lines changed

1 file changed

+0
-17
lines changed

project/Build.scala

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -548,23 +548,6 @@ object Build {
548548
val attList = (dependencyClasspath in Runtime).value
549549
val jars = packageAll.value
550550

551-
// // put needed dependencies on classpath:
552-
// val path = for {
553-
// file <- attList.map(_.data)
554-
// path = file.getAbsolutePath
555-
// // FIXME: when we snip the cord, this should go bye-bye
556-
// if path.contains("scala-library") ||
557-
// // FIXME: currently needed for tests referencing scalac internals
558-
// path.contains("scala-reflect") ||
559-
// // used for tests that compile xml
560-
// path.contains("scala-xml") ||
561-
// // used for tests that compile dotty
562-
// path.contains("scala-asm") ||
563-
// // needed for the xsbti interface
564-
// path.contains("compiler-interface") ||
565-
// path.contains("util-interface")
566-
// } yield "-Xbootclasspath/p:" + path
567-
568551
val ci_build = // propagate if this is a ci build
569552
sys.props.get("dotty.drone.mem") match {
570553
case Some(prop) => List("-Xmx" + prop)

0 commit comments

Comments
 (0)