Skip to content

Commit aac798a

Browse files
committed
Move library/src-3.x into library/src
1 parent 8a4f41a commit aac798a

25 files changed

+0
-9
lines changed
File renamed without changes.
File renamed without changes.

project/Build.scala

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -712,15 +712,6 @@ object Build {
712712
// Needed so that the library sources are visible when `dotty.tools.dotc.core.Definitions#init` is called
713713
scalacOptions in Compile ++= Seq("-sourcepath", (scalaSource in Compile).value.getAbsolutePath),
714714

715-
// To be removed once we stop cross-compiling with Scala 2
716-
unmanagedSourceDirectories in Compile += {
717-
val baseDir = baseDirectory.value
718-
if (!isDotty.value)
719-
baseDir / "src-2.x"
720-
else
721-
baseDir / "src-3.x"
722-
},
723-
724715
// Add version-specific source directories:
725716
// - files in src-non-bootstrapped will only be compiled by the reference compiler
726717
// - files in src-bootstrapped will only be compiled by the current dotty compiler (non-bootstrapped and bootstrapped)

0 commit comments

Comments
 (0)