Skip to content

Commit 387ade4

Browse files
committed
Drop stray statement
This should have been dropped before, as it was a duplicate from a statement that is now under its proper condition.
1 parent 0353e64 commit 387ade4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

compiler/src/dotty/tools/dotc/core/SymDenotations.scala

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1467,7 +1467,6 @@ object SymDenotations {
14671467
for (p <- classParents) {
14681468
if (p.typeSymbol.isClass) builder.addAll(p.typeSymbol.asClass.baseClasses)
14691469
else assert(ctx.mode.is(Mode.Interactive), s"$this has non-class parent: $p")
1470-
builder.addAll(p.typeSymbol.asClass.baseClasses)
14711470
}
14721471
(classSymbol :: builder.baseClasses, builder.baseClassSet)
14731472
}

0 commit comments

Comments
 (0)