aboutsummaryrefslogtreecommitdiff
path: root/compiler/src/dotty/tools/dotc/transform/CollectEntryPoints.scala
diff options
context:
space:
mode:
authorMartin Odersky <odersky@gmail.com>2016-11-09 18:55:28 +0100
committerMartin Odersky <odersky@gmail.com>2016-12-01 13:55:12 +0100
commit34690395dd86c9e31eb38f73df35a5ebaf3b2c80 (patch)
tree6eeee5cf20dde2ff1bfd9e988db94838d2894b6f /compiler/src/dotty/tools/dotc/transform/CollectEntryPoints.scala
parentf1151d658ade02d6e838ab11d9d9700a89762558 (diff)
downloaddotty-34690395dd86c9e31eb38f73df35a5ebaf3b2c80.tar.gz
dotty-34690395dd86c9e31eb38f73df35a5ebaf3b2c80.tar.bz2
dotty-34690395dd86c9e31eb38f73df35a5ebaf3b2c80.zip
Clean up imports
Honor the new scheme where any explicit import of a root import will disable the root import.
Diffstat (limited to 'compiler/src/dotty/tools/dotc/transform/CollectEntryPoints.scala')
-rw-r--r--compiler/src/dotty/tools/dotc/transform/CollectEntryPoints.scala1
1 files changed, 0 insertions, 1 deletions
diff --git a/compiler/src/dotty/tools/dotc/transform/CollectEntryPoints.scala b/compiler/src/dotty/tools/dotc/transform/CollectEntryPoints.scala
index 714255962..331fce46a 100644
--- a/compiler/src/dotty/tools/dotc/transform/CollectEntryPoints.scala
+++ b/compiler/src/dotty/tools/dotc/transform/CollectEntryPoints.scala
@@ -9,7 +9,6 @@ import dotty.tools.dotc.core.Symbols.NoSymbol
import scala.annotation.tailrec
import dotty.tools.dotc.core._
import Symbols._
-import scala.Some
import dotty.tools.dotc.transform.TreeTransforms.{NXTransformations, TransformerInfo, TreeTransform, TreeTransformer}
import dotty.tools.dotc.ast.tpd
import dotty.tools.dotc.core.Contexts.Context