From 354e2ebc4216da9eb8eb1ea845fb080592432368 Mon Sep 17 00:00:00 2001 From: Nicolas Stucki Date: Mon, 8 Jan 2018 21:36:59 +0100 Subject: [PATCH] Remove unused import after #3383 fix --- compiler/src/dotty/tools/dotc/CompilationUnit.scala | 1 - 1 file changed, 1 deletion(-) diff --git a/compiler/src/dotty/tools/dotc/CompilationUnit.scala b/compiler/src/dotty/tools/dotc/CompilationUnit.scala index c3d9326f180c..483d48d148ac 100644 --- a/compiler/src/dotty/tools/dotc/CompilationUnit.scala +++ b/compiler/src/dotty/tools/dotc/CompilationUnit.scala @@ -1,7 +1,6 @@ package dotty.tools package dotc -import dotty.tools.dotc.core.Types.Type // Do not remove me #3383 import util.SourceFile import ast.{tpd, untpd} import dotty.tools.dotc.ast.tpd.{ Tree, TreeTraverser }