Skip to content

Commit 9133065

Browse files
committed
Remove unused method leftover from copy-and-pasting
1 parent 54f50e5 commit 9133065

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

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

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -44,10 +44,6 @@ class ElimContextClosures extends MiniPhase with IdentityDenotTransformer { this
4444

4545
override def phaseName:String = ElimContextClosures.name
4646

47-
/** The info of the tree's symbol before it is potentially transformed in this phase */
48-
private def originalDenotation(tree: Tree)(using Context) =
49-
atPhase(thisPhase)(tree.symbol.denot)
50-
5147
override def transformApply(tree: Apply)(using Context): Tree =
5248
trace(s"transforming ${tree.show} at phase ${ctx.phase}", show = true) {
5349

0 commit comments

Comments
 (0)