Skip to content

Commit be906dd

Browse files
szymon-rdKordyjan
authored andcommitted
Remove unused import
1 parent b6cb7b9 commit be906dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler/src/dotty/tools/dotc/transform/CheckUnused.scala

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ import dotty.tools.dotc.core.StdNames
1313
import dotty.tools.dotc.report
1414
import dotty.tools.dotc.reporting.Message
1515
import dotty.tools.dotc.typer.ImportInfo
16-
import dotty.tools.dotc.util.{Property, SourcePosition, SrcPos}
16+
import dotty.tools.dotc.util.{Property, SrcPos}
1717
import dotty.tools.dotc.core.Mode
1818
import dotty.tools.dotc.core.Types.TypeTraverser
1919
import dotty.tools.dotc.core.Types.Type

0 commit comments

Comments
 (0)