aboutsummaryrefslogtreecommitdiff
path: root/src/dotty/tools/dotc/Compiler.scala
diff options
context:
space:
mode:
authorFelix Mulder <felix.mulder@gmail.com>2016-09-19 20:00:44 +0200
committerFelix Mulder <felix.mulder@gmail.com>2016-10-10 13:25:34 +0200
commit1532c82788ab2366df04cac2e418d3db98390ef4 (patch)
treecf77d386016cc442c161d7fce347b7fd4e89e3a6 /src/dotty/tools/dotc/Compiler.scala
parente24289ac19a21c6b3794d02e8fe42766224f173c (diff)
downloaddotty-1532c82788ab2366df04cac2e418d3db98390ef4.tar.gz
dotty-1532c82788ab2366df04cac2e418d3db98390ef4.tar.bz2
dotty-1532c82788ab2366df04cac2e418d3db98390ef4.zip
Remove duplication of console reporters
Diffstat (limited to 'src/dotty/tools/dotc/Compiler.scala')
-rw-r--r--src/dotty/tools/dotc/Compiler.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dotty/tools/dotc/Compiler.scala b/src/dotty/tools/dotc/Compiler.scala
index ea6254f5b..178cba7c4 100644
--- a/src/dotty/tools/dotc/Compiler.scala
+++ b/src/dotty/tools/dotc/Compiler.scala
@@ -8,7 +8,7 @@ import Symbols._
import Types._
import Scopes._
import typer.{FrontEnd, Typer, ImportInfo, RefChecks}
-import reporting.{Reporter, ConsoleReporter, FancyConsoleReporter}
+import reporting.{Reporter, ConsoleReporter}
import Phases.Phase
import transform._
import transform.TreeTransforms.{TreeTransform, TreeTransformer}