Skip to content

Commit 921a6fa

Browse files
authored
Merge pull request #3311 from dotty-staging/remove-tasty-compat
Remove compatibility with old TASTY
2 parents c710052 + 8631366 commit 921a6fa

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,6 @@ class TastyUnpickler(reader: TastyReader) {
6464
val result = readName().toTypeName
6565
val params = until(end)(readName().toTypeName)
6666
var sig = Signature(params, result)
67-
if (sig == Signature.NotAMethod) sig = Signature.NotAMethod // needed temporarily, as long as we read old tasty
6867
original.withSig(sig).asInstanceOf[TermName]
6968
case _ =>
7069
simpleNameKindOfTag(tag)(readName())

0 commit comments

Comments
 (0)