Skip to content

Commit e32448c

Browse files
committed
Drop dead transformInfo definition
1 parent 5675d7c commit e32448c

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/dotty/tools/dotc/transform/CheckReentrant.scala

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -45,12 +45,8 @@ class CheckReentrant extends MiniPhaseTransform { thisTransformer =>
4545

4646
override def phaseName = "checkReentrant"
4747

48-
def transformInfo(tp: Type, sym: Symbol)(implicit ctx: Context): Type = tp
49-
5048
private var shared: Set[Symbol] = Set()
51-
5249
private var seen: Set[ClassSymbol] = Set()
53-
5450
private var indent: Int = 0
5551

5652
private val sharableAnnot = new CtxLazy(implicit ctx =>

0 commit comments

Comments
 (0)