aboutsummaryrefslogtreecommitdiff
path: root/src/dotty/tools/dotc/typer/ProtoTypes.scala
diff options
context:
space:
mode:
authorSamuel Gruetter <samuel.gruetter@epfl.ch>2014-03-26 16:12:59 +0100
committerSamuel Gruetter <samuel.gruetter@epfl.ch>2014-04-02 14:55:40 +0200
commita846ccf9efffefc55e0750921096aa323a4f4d04 (patch)
treedb5d0fdae42cb4efaa5ede0a3e7eab1375c8e3e1 /src/dotty/tools/dotc/typer/ProtoTypes.scala
parent2033b5607a41b77590b8d23bf5c40c906a0b42e7 (diff)
downloaddotty-a846ccf9efffefc55e0750921096aa323a4f4d04.tar.gz
dotty-a846ccf9efffefc55e0750921096aa323a4f4d04.tar.bz2
dotty-a846ccf9efffefc55e0750921096aa323a4f4d04.zip
move InfoString from ErrorReporting to Decorators and
remove all isSensical/SuppressedMessage logic from InfoString
Diffstat (limited to 'src/dotty/tools/dotc/typer/ProtoTypes.scala')
-rw-r--r--src/dotty/tools/dotc/typer/ProtoTypes.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dotty/tools/dotc/typer/ProtoTypes.scala b/src/dotty/tools/dotc/typer/ProtoTypes.scala
index 16869454f..aeba02648 100644
--- a/src/dotty/tools/dotc/typer/ProtoTypes.scala
+++ b/src/dotty/tools/dotc/typer/ProtoTypes.scala
@@ -14,7 +14,7 @@ import util.{Stats, SimpleMap}
import util.common._
import Decorators._
import Uniques._
-import ErrorReporting.{errorType, InfoString}
+import ErrorReporting.errorType
import config.Printers._
import collection.mutable