Skip to content

Commit 34ae619

Browse files
committed
Build.scala: remove dead code
1 parent 071a00c commit 34ae619

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
@@ -293,11 +293,6 @@ object Build {
293293

294294
/** Projects -------------------------------------------------------------- */
295295

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

0 commit comments

Comments
 (0)