mirror of https://github.com/sbt/sbt.git
new aggregation approach, still need exclusion mechanism
This commit is contained in:
parent
392ec5150a
commit
74eaee5a5e
|
|
@ -17,7 +17,6 @@ object Relation
|
||||||
make(forward, reverse)
|
make(forward, reverse)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
private[sbt] def remove[X,Y](map: M[X,Y], from: X, to: Y): M[X,Y] =
|
private[sbt] def remove[X,Y](map: M[X,Y], from: X, to: Y): M[X,Y] =
|
||||||
map.get(from) match {
|
map.get(from) match {
|
||||||
case Some(tos) =>
|
case Some(tos) =>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue