From e11fc1677494dfeef004842dc728ca01898009ff Mon Sep 17 00:00:00 2001 From: Olivier Blanvillain Date: Fri, 23 Sep 2016 10:01:07 +0200 Subject: Clean up config.Printers imports And remove the not used Printer#echo --- src/dotty/tools/dotc/core/ConstraintRunInfo.scala | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/dotty/tools/dotc/core/ConstraintRunInfo.scala') 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 -- cgit v1.2.3