summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/library/scala/collection/parallel/ParIterableLike.scala2
-rw-r--r--src/library/scala/collection/parallel/ParSeqLike.scala2
2 files changed, 2 insertions, 2 deletions
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.