Skip to content

Commit 8ab52db

Browse files
committed
Kotlin: Don't write the erasure relation
It's no longer used
1 parent 6c97390 commit 8ab52db

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

java/kotlin-extractor/src/main/kotlin/KotlinFileExtractor.kt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -484,8 +484,6 @@ open class KotlinFileExtractor(
484484
tw.writeIsRaw(id)
485485
}
486486

487-
val unbound = useClassSource(c)
488-
tw.writeErasure(id, unbound)
489487
extractClassModifiers(c, id)
490488
extractClassSupertypes(
491489
c,

0 commit comments

Comments
 (0)