summaryrefslogtreecommitdiff
path: root/src/library/scala/collection/SeqViewLike.scala
diff options
context:
space:
mode:
authorPaul Phillips <paulp@improving.org>2012-04-28 14:13:42 -0700
committerPaul Phillips <paulp@improving.org>2012-04-28 14:35:39 -0700
commit774cd4f87b1ef1ba0b0850f1934fa1539b0e2bce (patch)
tree594e0bb97d58fec4e19206bad492d2b32a20f998 /src/library/scala/collection/SeqViewLike.scala
parent3404d5a9bf750e7022934d6b70035718544be900 (diff)
downloadscala-774cd4f87b1ef1ba0b0850f1934fa1539b0e2bce.tar.gz
scala-774cd4f87b1ef1ba0b0850f1934fa1539b0e2bce.tar.bz2
scala-774cd4f87b1ef1ba0b0850f1934fa1539b0e2bce.zip
Removed all the imports of the bridge annotation.
Now that nothing uses it.
Diffstat (limited to 'src/library/scala/collection/SeqViewLike.scala')
-rw-r--r--src/library/scala/collection/SeqViewLike.scala1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/library/scala/collection/SeqViewLike.scala b/src/library/scala/collection/SeqViewLike.scala
index 9b697a164c..f64045c9f6 100644
--- a/src/library/scala/collection/SeqViewLike.scala
+++ b/src/library/scala/collection/SeqViewLike.scala
@@ -11,7 +11,6 @@ package scala.collection
import generic._
import Seq.fill
import TraversableView.NoBuilder
-import annotation.bridge
/** A template trait for non-strict views of sequences.
* $seqViewInfo