Skip to content

Commit dfea2bd

Browse files
authored
Remove obsolete comment
1 parent e5411e3 commit dfea2bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ object LambdaLift {
6464
/** A flag to indicate whether lifted owners have changed */
6565
private[this] var changedLiftedOwner: Boolean = _
6666

67-
private val ord: Ordering[Symbol] = Ordering.by(_.id) // Dotty deviation: Type annotation needed. TODO: figure out why
67+
private val ord: Ordering[Symbol] = Ordering.by(_.id)
6868
private def newSymSet = TreeSet.empty[Symbol](ord)
6969

7070
private def symSet(f: LinkedHashMap[Symbol, SymSet], sym: Symbol): SymSet =

0 commit comments

Comments
 (0)