Skip to content

Commit 2c552f5

Browse files
committed
fixup! Add groupMap and groupMapReduce extensions
remove unused type alias
1 parent 5bc9c34 commit 2c552f5

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

compat/src/main/scala-2.11_2.12/scala/collection/compat/PackageShared.scala

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,6 @@ private[compat] trait PackageShared {
3030
*/
3131
type Factory[-A, +C] = CanBuildFrom[Nothing, A, C]
3232

33-
type IsTraversableLikeAux[A1, Repr] = IsTraversableLike[Repr] { type A = A1 }
34-
3533
implicit class FactoryOps[-A, +C](private val factory: Factory[A, C]) {
3634

3735
/**

0 commit comments

Comments
 (0)