new aggregation approach, still need exclusion mechanism

This commit is contained in:
Mark Harrah 2012-01-09 08:00:29 -05:00
parent 392ec5150a
commit 74eaee5a5e
1 changed files with 0 additions and 1 deletions

View File

@ -17,7 +17,6 @@ object Relation
make(forward, reverse)
}
private[sbt] def remove[X,Y](map: M[X,Y], from: X, to: Y): M[X,Y] =
map.get(from) match {
case Some(tos) =>