Skip to content
This repository was archived by the owner on Dec 22, 2021. It is now read-only.

Commit 4ddfbcb

Browse files
committed
Fix compilation error after rebase
1 parent 06327b0 commit 4ddfbcb

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

collections/src/main/scala/strawman/collection/MapView.scala

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,6 @@ trait MapView[K, +V]
1010

1111
override def view: MapView[K, V] = this
1212

13-
protected[this] def mapFromIterable[K2, V2](it: Iterable[(K2, V2)]): View[(K2, V2)] = fromIterable(it)
14-
1513
def mapFactory: MapFactory[({ type l[X, Y] = View[(X, Y)] })#l] =
1614
new MapFactory[({ type l[X, Y] = View[(X, Y)] })#l] {
1715
def newBuilder[X, Y](): Builder[(X, Y), View[(X, Y)]] = View.newBuilder[(X, Y)]()

0 commit comments

Comments
 (0)