summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorAleksandar Prokopec <axel22@gmail.com>2012-02-03 16:58:54 +0100
committerAleksandar Prokopec <axel22@gmail.com>2012-02-03 16:58:54 +0100
commita015c08fda8b8556345a802d60557a3ecd627ccc (patch)
treefcd177766e7a394116713b3d0464f012f7482f4d /src
parent86946630e9a1240fb9a378b2ec62e78b521f4320 (diff)
downloadscala-a015c08fda8b8556345a802d60557a3ecd627ccc.tar.gz
scala-a015c08fda8b8556345a802d60557a3ecd627ccc.tar.bz2
scala-a015c08fda8b8556345a802d60557a3ecd627ccc.zip
Add tests for parallel Ctrie.
Changed parameters in some tests to speed them up.
Diffstat (limited to 'src')
-rw-r--r--src/library/scala/collection/parallel/Combiner.scala1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/library/scala/collection/parallel/Combiner.scala b/src/library/scala/collection/parallel/Combiner.scala
index a2cab7eb5d..e304be92ae 100644
--- a/src/library/scala/collection/parallel/Combiner.scala
+++ b/src/library/scala/collection/parallel/Combiner.scala
@@ -34,7 +34,6 @@ import scala.collection.generic.Sizing
*/
trait Combiner[-Elem, +To] extends Builder[Elem, To] with Sizing with Parallel {
//self: EnvironmentPassingCombiner[Elem, To] =>
- private[collection] final val tasksupport = getTaskSupport
/** Combines the contents of the receiver builder and the `other` builder,
* producing a new builder containing both their elements.