From 7c3e094f9d3b0c90a5f3d70ced9afe73a7ee498b Mon Sep 17 00:00:00 2001 From: Guillaume Martres Date: Sun, 5 Mar 2017 20:49:17 +0900 Subject: Remove unused scala.reflect imports --- compiler/test/dotty/tools/dotc/reporting/TestReporter.scala | 1 - 1 file changed, 1 deletion(-) (limited to 'compiler/test/dotty/tools/dotc/reporting/TestReporter.scala') diff --git a/compiler/test/dotty/tools/dotc/reporting/TestReporter.scala b/compiler/test/dotty/tools/dotc/reporting/TestReporter.scala index 70d18d031..169908c4f 100644 --- a/compiler/test/dotty/tools/dotc/reporting/TestReporter.scala +++ b/compiler/test/dotty/tools/dotc/reporting/TestReporter.scala @@ -7,7 +7,6 @@ import util.SourcePosition import core.Contexts._ import Reporter._ import java.io.PrintWriter -import scala.reflect.internal.util._ import diagnostic.{ Message, MessageContainer, NoExplanation } import diagnostic.messages._ -- cgit v1.2.3