Skip to content

Commit fe5588b

Browse files
committed
Remove duplicate of CollectEntryPoints.scala
There's another more recent version of this file at compiler/src/dotty/tools/dotc/transform/CollectEntryPoints.scala.
1 parent 7a4568f commit fe5588b

File tree

2 files changed

+1
-107
lines changed

2 files changed

+1
-107
lines changed

compiler/src/dotty/tools/backend/jvm/CollectEntryPoints.scala

Lines changed: 0 additions & 106 deletions
This file was deleted.

compiler/src/dotty/tools/backend/jvm/DottyBackendInterface.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import dotty.tools.dotc.ast.tpd
44
import dotty.tools.dotc.ast.Trees
55
import dotty.tools.dotc
66
import dotty.tools.dotc.core.Flags.{termFlagSet}
7-
import dotty.tools.dotc.transform.{Erasure, GenericSignatures}
7+
import dotty.tools.dotc.transform.{CollectEntryPoints, Erasure, GenericSignatures}
88
import dotty.tools.dotc.transform.SymUtils._
99
import java.io.{File => _}
1010

0 commit comments

Comments
 (0)