summaryrefslogtreecommitdiff
path: root/src/library/scalax/collection/generic/nonvariant/VectorTemplate.scala
diff options
context:
space:
mode:
Diffstat (limited to 'src/library/scalax/collection/generic/nonvariant/VectorTemplate.scala')
-rw-r--r--src/library/scalax/collection/generic/nonvariant/VectorTemplate.scala15
1 files changed, 0 insertions, 15 deletions
diff --git a/src/library/scalax/collection/generic/nonvariant/VectorTemplate.scala b/src/library/scalax/collection/generic/nonvariant/VectorTemplate.scala
deleted file mode 100644
index f0719ea286..0000000000
--- a/src/library/scalax/collection/generic/nonvariant/VectorTemplate.scala
+++ /dev/null
@@ -1,15 +0,0 @@
-/* __ *\
-** ________ ___ / / ___ Scala API **
-** / __/ __// _ | / / / _ | (c) 2003-2009, LAMP/EPFL **
-** __\ \/ /__/ __ |/ /__/ __ | http://scala-lang.org/ **
-** /____/\___/_/ |_/____/_/ | | **
-** |/ **
-\* */
-
-// $Id: Sequence.scala 16092 2008-09-12 10:37:06Z nielsen $
-
-
-package scalax.collection.generic.nonvariant
-
-trait VectorTemplate[+CC[B] <: VectorTemplate[CC, B] with Vector[B], A]
- extends generic.VectorTemplate[CC, A] {self /*: CC[A]*/ => }