From 82b9e235bbc2bc6c23e89729e3bc2f8d52be1c10 Mon Sep 17 00:00:00 2001 From: Aleksandar Pokopec Date: Sat, 25 Sep 2010 01:51:28 +0000 Subject: Removes abstract types in ParSeq and ParIterable. --- src/library/scala/collection/parallel/ParIterableLike.scala | 2 +- src/library/scala/collection/parallel/ParSeqLike.scala | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/library/scala/collection/parallel/ParIterableLike.scala b/src/library/scala/collection/parallel/ParIterableLike.scala index 05978d2f87..907a3d84da 100644 --- a/src/library/scala/collection/parallel/ParIterableLike.scala +++ b/src/library/scala/collection/parallel/ParIterableLike.scala @@ -164,7 +164,7 @@ self => /** Convenience for signal context passing iterator. */ - type SCPI <: SignalContextPassingIterator[ParIterator] + //type SCPI <: SignalContextPassingIterator[ParIterator] /** Creates a new parallel iterator used to traverse the elements of this parallel collection. * This iterator is more specific than the iterator of the returned by `iterator`, and augmented diff --git a/src/library/scala/collection/parallel/ParSeqLike.scala b/src/library/scala/collection/parallel/ParSeqLike.scala index cc68191f9d..f26ef0348c 100644 --- a/src/library/scala/collection/parallel/ParSeqLike.scala +++ b/src/library/scala/collection/parallel/ParSeqLike.scala @@ -74,7 +74,7 @@ self => /** A convenient shorthand for the signal context passing stackable modification. */ - type SCPI <: SignalContextPassingIterator[ParIterator] + //type SCPI <: SignalContextPassingIterator[ParIterator] /** A more refined version of the iterator found in the `ParallelIterable` trait, * this iterator can be split into arbitrary subsets of iterators. -- cgit v1.2.3