aboutsummaryrefslogtreecommitdiff
path: root/src/dotty/tools/dotc/reporting/StoreReporter.scala
diff options
context:
space:
mode:
authorMartin Odersky <odersky@gmail.com>2016-02-17 18:20:07 +0100
committerGuillaume Martres <smarter@ubuntu.com>2016-02-23 00:21:26 +0100
commit9d24583b44e4b59d07d61c5f051c8e9a8a832148 (patch)
tree1bdcbc2cd56f6abcc90296bee26a8efcd5fa4331 /src/dotty/tools/dotc/reporting/StoreReporter.scala
parent11bd355128fb6e0457f70baea235aaba91deb888 (diff)
downloaddotty-9d24583b44e4b59d07d61c5f051c8e9a8a832148.tar.gz
dotty-9d24583b44e4b59d07d61c5f051c8e9a8a832148.tar.bz2
dotty-9d24583b44e4b59d07d61c5f051c8e9a8a832148.zip
Refactor Diagnostic
Break it out from Reporter and eliminate all dependencies to Context. This is done so that Diagnostics can be part of a public and minimal compiler API.
Diffstat (limited to 'src/dotty/tools/dotc/reporting/StoreReporter.scala')
-rw-r--r--src/dotty/tools/dotc/reporting/StoreReporter.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dotty/tools/dotc/reporting/StoreReporter.scala b/src/dotty/tools/dotc/reporting/StoreReporter.scala
index 8209839eb..53f03f1fe 100644
--- a/src/dotty/tools/dotc/reporting/StoreReporter.scala
+++ b/src/dotty/tools/dotc/reporting/StoreReporter.scala
@@ -4,7 +4,7 @@ package reporting
import core.Contexts.Context
import collection.mutable
-import Reporter.{Diagnostic, Error, Warning}
+import Reporter.{Error, Warning}
import config.Printers._
/**