summaryrefslogtreecommitdiff
path: root/src/compiler
diff options
context:
space:
mode:
authorPaul Phillips <paulp@improving.org>2012-03-14 12:26:38 -0700
committerPaul Phillips <paulp@improving.org>2012-03-14 12:26:38 -0700
commit5b562d4e7e451156236b48b3591db980a5691f8d (patch)
tree3124bf445563990531abd2b68be6750a99c1162c /src/compiler
parent55990c9ec619cf212a31db4f818dedb5d3150157 (diff)
downloadscala-5b562d4e7e451156236b48b3591db980a5691f8d.tar.gz
scala-5b562d4e7e451156236b48b3591db980a5691f8d.tar.bz2
scala-5b562d4e7e451156236b48b3591db980a5691f8d.zip
Cleaning up stray ScalaObject references.
Diffstat (limited to 'src/compiler')
-rw-r--r--src/compiler/scala/reflect/internal/Types.scala8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/compiler/scala/reflect/internal/Types.scala b/src/compiler/scala/reflect/internal/Types.scala
index 94559aeacd..ac4f404521 100644
--- a/src/compiler/scala/reflect/internal/Types.scala
+++ b/src/compiler/scala/reflect/internal/Types.scala
@@ -5879,14 +5879,6 @@ trait Types extends api.Types { self: SymbolTable =>
loop(initialBTSes)
}
- // @AM the following problem is solved by elimHOTparams in lublist
- // @PP lubLists gone bad: lubList(List(
- // List(scala.collection.generic.GenericCompanion[scala.collection.immutable.Seq], ScalaObject, java.lang.Object, Any)
- // List(scala.collection.generic.GenericCompanion[scala.collection.mutable.Seq], ScalaObject, java.lang.Object, Any)
- // )) == (
- // List(scala.collection.generic.GenericCompanion[Seq**[Any]**], ScalaObject, java.lang.Object, Any)
- // )
-
/** The minimal symbol (wrt Symbol.isLess) of a list of types */
private def minSym(tps: List[Type]): Symbol =
(tps.head.typeSymbol /: tps.tail) {