summaryrefslogtreecommitdiff
path: root/src/compiler/scala/tools/nsc/doc/Uncompilable.scala
diff options
context:
space:
mode:
authorPaul Phillips <paulp@improving.org>2012-11-07 11:08:28 -0800
committerPaul Phillips <paulp@improving.org>2012-11-07 11:08:45 -0800
commit36edc795c4edd829fad82d9bcd530272228d8eba (patch)
tree8c1f53741d86cdc07bbde9d952511a7e1c220a4b /src/compiler/scala/tools/nsc/doc/Uncompilable.scala
parentfc89074f50f278ee31313dd136f10bd046e137cc (diff)
downloadscala-36edc795c4edd829fad82d9bcd530272228d8eba.tar.gz
scala-36edc795c4edd829fad82d9bcd530272228d8eba.tar.bz2
scala-36edc795c4edd829fad82d9bcd530272228d8eba.zip
A few straggling unused imports.
Diffstat (limited to 'src/compiler/scala/tools/nsc/doc/Uncompilable.scala')
-rw-r--r--src/compiler/scala/tools/nsc/doc/Uncompilable.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/compiler/scala/tools/nsc/doc/Uncompilable.scala b/src/compiler/scala/tools/nsc/doc/Uncompilable.scala
index d3e5c869e0..9447e36610 100644
--- a/src/compiler/scala/tools/nsc/doc/Uncompilable.scala
+++ b/src/compiler/scala/tools/nsc/doc/Uncompilable.scala
@@ -15,7 +15,7 @@ trait Uncompilable {
val global: Global
val settings: Settings
- import global.{ reporter, inform, warning, newTypeName, newTermName, Symbol, Name, DocComment, NoSymbol }
+ import global.{ reporter, inform, warning, newTypeName, newTermName, Symbol, DocComment, NoSymbol }
import global.definitions.AnyRefClass
import global.rootMirror.RootClass