Skip to content

Commit 7fc54b9

Browse files
committed
Drop stray comment
1 parent 1cdcc36 commit 7fc54b9

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Diff for: compiler/src/dotty/tools/dotc/core/SymDenotations.scala

-2
Original file line numberDiff line numberDiff line change
@@ -2123,8 +2123,6 @@ object SymDenotations {
21232123
if (pcls.isCompleting) recur(pobjs1, acc)
21242124
else {
21252125
val pmembers = pcls.computeNPMembersNamed(name).filterWithPredicate { d =>
2126-
// Drop members of `Any` and `Object`, as well as top-level definitions
2127-
// in the empty package that are not defined in the current run.
21282126
val owner = d.symbol.maybeOwner
21292127
(owner ne defn.AnyClass) && (owner ne defn.ObjectClass)
21302128
}

0 commit comments

Comments
 (0)