aboutsummaryrefslogtreecommitdiff
path: root/src/dotty/tools/dotc/typer/Inferencing.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/typer/Inferencing.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/typer/Inferencing.scala')
-rw-r--r--src/dotty/tools/dotc/typer/Inferencing.scala1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/dotty/tools/dotc/typer/Inferencing.scala b/src/dotty/tools/dotc/typer/Inferencing.scala
index 9717b5625..99e8cd150 100644
--- a/src/dotty/tools/dotc/typer/Inferencing.scala
+++ b/src/dotty/tools/dotc/typer/Inferencing.scala
@@ -15,7 +15,6 @@ import util.{Stats, SimpleMap}
import util.common._
import Decorators._
import Uniques._
-import ErrorReporting.{errorType, DiagnosticString}
import config.Printers._
import annotation.tailrec
import collection.mutable