aboutsummaryrefslogtreecommitdiff
path: root/sbt-bridge
diff options
context:
space:
mode:
authorGuillaume Martres <smarter@ubuntu.com>2017-02-17 00:05:18 +0100
committerGuillaume Martres <smarter@ubuntu.com>2017-03-28 17:10:01 +0200
commite98c1a9c57ef6c90cdcaa6876af7e66a398c2988 (patch)
tree0e2ba14b1c979acf0158309a26632ce6f63b770d /sbt-bridge
parent90eb9d271114c604cb5706b4acd6f414de18f001 (diff)
downloaddotty-e98c1a9c57ef6c90cdcaa6876af7e66a398c2988.tar.gz
dotty-e98c1a9c57ef6c90cdcaa6876af7e66a398c2988.tar.bz2
dotty-e98c1a9c57ef6c90cdcaa6876af7e66a398c2988.zip
sbt-bridge: Remove unused imports from scala-compiler
Diffstat (limited to 'sbt-bridge')
-rw-r--r--sbt-bridge/src/xsbt/ConsoleInterface.scala4
1 files changed, 0 insertions, 4 deletions
diff --git a/sbt-bridge/src/xsbt/ConsoleInterface.scala b/sbt-bridge/src/xsbt/ConsoleInterface.scala
index f56918113..b34eb8a4d 100644
--- a/sbt-bridge/src/xsbt/ConsoleInterface.scala
+++ b/sbt-bridge/src/xsbt/ConsoleInterface.scala
@@ -4,10 +4,6 @@
package xsbt
import xsbti.Logger
-import scala.tools.nsc.{ GenericRunnerCommand, Interpreter, InterpreterLoop, ObjectRunner, Settings }
-import scala.tools.nsc.interpreter.InteractiveReader
-import scala.tools.nsc.reporters.Reporter
-import scala.tools.nsc.util.ClassPath
import dotty.tools.dotc.core.Contexts.Context
import dotty.tools.dotc.repl.REPL