summaryrefslogtreecommitdiff
path: root/src/library/scala/Product.scala
diff options
context:
space:
mode:
authorPaul Phillips <paulp@improving.org>2009-11-18 05:41:16 +0000
committerPaul Phillips <paulp@improving.org>2009-11-18 05:41:16 +0000
commit7bad13f1799234ef8ebdde07f304319d4fd035d2 (patch)
tree46eb278d56028a0018bc514f6f3e44c2dd4422e0 /src/library/scala/Product.scala
parent6a23aa029bb78aa6f769b3daab71bb8330af5f3f (diff)
downloadscala-7bad13f1799234ef8ebdde07f304319d4fd035d2.tar.gz
scala-7bad13f1799234ef8ebdde07f304319d4fd035d2.tar.bz2
scala-7bad13f1799234ef8ebdde07f304319d4fd035d2.zip
More deprecation work.
since 2.7.2 (still except for lower case primitive type aliases) and removes every deprecated method which has never shipped in a release.
Diffstat (limited to 'src/library/scala/Product.scala')
-rw-r--r--src/library/scala/Product.scala3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/library/scala/Product.scala b/src/library/scala/Product.scala
index ce8f733771..a9ced34768 100644
--- a/src/library/scala/Product.scala
+++ b/src/library/scala/Product.scala
@@ -41,9 +41,6 @@ trait Product extends Equals {
def next() = { val result = productElement(c); c += 1; result }
}
- @deprecated("use productIterator instead")
- def productElements: Iterator[Any] = productIterator
-
/**
* By default the empty string. Implementations may override this
* method in order to prepend a string prefix to the result of the