Skip to content

Commit c98940a

Browse files
committed
Build.scala: remove dead code
1 parent d36c5a3 commit c98940a

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

project/Build.scala

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -311,11 +311,6 @@ object Build {
311311

312312
/** Projects -------------------------------------------------------------- */
313313

314-
// Needed because the dotty project aggregates dotty-sbt-bridge but dotty-sbt-bridge
315-
// currently refers to dotty in its scripted task and "aggregate" does not take by-name
316-
// parameters: https://github.com/sbt/sbt/issues/2200
317-
lazy val dottySbtBridgeRef = LocalProject("dotty-sbt-bridge")
318-
319314
// The root project:
320315
// - aggregates other projects so that "compile", "test", etc are run on all projects at once.
321316
// - publishes its own empty artifact "dotty" that depends on "dotty-library" and "dotty-compiler",

0 commit comments

Comments
 (0)