Skip to content

Commit

Permalink
Kotlin: Don't write the erasure relation
Browse files Browse the repository at this point in the history
It's no longer used
  • Loading branch information
igfoo committed Oct 10, 2024
1 parent 4f0f452 commit c1e514a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions java/kotlin-extractor/src/main/kotlin/KotlinFileExtractor.kt
Original file line number Diff line number Diff line change
Expand Up @@ -478,8 +478,6 @@ open class KotlinFileExtractor(
tw.writeIsRaw(id)
}

val unbound = useClassSource(c)
tw.writeErasure(id, unbound)
extractClassModifiers(c, id)
extractClassSupertypes(
c,
Expand Down

0 comments on commit c1e514a

Please sign in to comment.