Skip to content

Commit 219149f

Browse files
committed
Removed unused case in Unpickler
1 parent 7453962 commit 219149f

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

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

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -281,12 +281,6 @@ class TreeUnpickler(reader: TastyReader,
281281
OrType(readType(), readType())
282282
case SUPERtype =>
283283
SuperType(readType(), readType())
284-
case BIND =>
285-
val sym = ctx.newSymbol(ctx.owner, readName().toTypeName, EmptyFlags, readType(),
286-
coord = coordAt(start))
287-
registerSym(start, sym)
288-
if (currentAddr != end) readType()
289-
TypeRef(NoPrefix, sym)
290284
case POLYtype =>
291285
readMethodic(PolyType, _.toTypeName)
292286
case METHODtype =>

0 commit comments

Comments
 (0)