summaryrefslogtreecommitdiff
path: root/src/library
diff options
context:
space:
mode:
authorPaul Phillips <paulp@improving.org>2009-10-21 20:57:27 +0000
committerPaul Phillips <paulp@improving.org>2009-10-21 20:57:27 +0000
commit7349476e5cf7984acf40055cb55d78cbaed41043 (patch)
tree527229fd0cdab2451fd9feabfcdef2730f9ec453 /src/library
parent322b823276a3f40db95bb3306c842021e77572df (diff)
downloadscala-7349476e5cf7984acf40055cb55d78cbaed41043.tar.gz
scala-7349476e5cf7984acf40055cb55d78cbaed41043.tar.bz2
scala-7349476e5cf7984acf40055cb55d78cbaed41043.zip
A selection of cleanups stemming from recent in...
A selection of cleanups stemming from recent investigations.
Diffstat (limited to 'src/library')
-rw-r--r--src/library/scala/collection/immutable/Stream.scala4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/library/scala/collection/immutable/Stream.scala b/src/library/scala/collection/immutable/Stream.scala
index 9550aec2ef..1d9adeab1c 100644
--- a/src/library/scala/collection/immutable/Stream.scala
+++ b/src/library/scala/collection/immutable/Stream.scala
@@ -79,10 +79,6 @@ self =>
this
}
- /** Does this stream have more than one elements defined?
- */
- private def hasMoreThanOneElements = false
-
/** Prints elements of this stream one by one, separated by commas */
def print() { print(", ") }