aboutsummaryrefslogtreecommitdiff
path: root/src/dotty/tools/dotc/core/ConstraintRunInfo.scala
diff options
context:
space:
mode:
authorOlivier Blanvillain <olivier.blanvillain@gmail.com>2016-09-23 10:01:07 +0200
committerOlivier Blanvillain <olivier.blanvillain@gmail.com>2016-09-23 10:01:59 +0200
commite11fc1677494dfeef004842dc728ca01898009ff (patch)
treef691e418bdb726dbc63a1e46a80706dcad1d2ac9 /src/dotty/tools/dotc/core/ConstraintRunInfo.scala
parent5d8f132b98ca10e47773275c7048ce132f5f197c (diff)
downloaddotty-e11fc1677494dfeef004842dc728ca01898009ff.tar.gz
dotty-e11fc1677494dfeef004842dc728ca01898009ff.tar.bz2
dotty-e11fc1677494dfeef004842dc728ca01898009ff.zip
Clean up config.Printers imports
And remove the not used Printer#echo
Diffstat (limited to 'src/dotty/tools/dotc/core/ConstraintRunInfo.scala')
-rw-r--r--src/dotty/tools/dotc/core/ConstraintRunInfo.scala3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/dotty/tools/dotc/core/ConstraintRunInfo.scala b/src/dotty/tools/dotc/core/ConstraintRunInfo.scala
index 4b7e22653..e0f659cc6 100644
--- a/src/dotty/tools/dotc/core/ConstraintRunInfo.scala
+++ b/src/dotty/tools/dotc/core/ConstraintRunInfo.scala
@@ -1,7 +1,8 @@
package dotty.tools.dotc
package core
-import Contexts._, config.Printers._
+import Contexts._
+import config.Printers.typr
trait ConstraintRunInfo { self: RunInfo =>
private var maxSize = 0