Skip to content

Commit ae49ebc

Browse files
committed
Delete unused line
1 parent a8c2b05 commit ae49ebc

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/dotty/tools/dotc/core/tasty/TreeUnpickler.scala

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -383,7 +383,6 @@ class TreeUnpickler(reader: TastyReader, tastyName: TastyName.Table) {
383383
case TastyName.SuperAccessor(_) => Flags.SuperAccessor
384384
case _ => EmptyFlags
385385
}
386-
val superFlag = if (rawName.isInstanceOf)
387386
pickling.println(i"creating symbol $name at $start with flags $givenFlags")
388387
val flags = normalizeFlags(tag, givenFlags | nameFlags(rawName), name, isAbstractType, rhsIsEmpty)
389388
def adjustIfModule(completer: LazyType) =

0 commit comments

Comments
 (0)