mirror of
https://github.com/github/codeql.git
synced 2025-12-16 16:53:25 +01:00
Kotlin: Don't write the erasure relation
It's no longer used
This commit is contained in:
@@ -484,8 +484,6 @@ open class KotlinFileExtractor(
|
||||
tw.writeIsRaw(id)
|
||||
}
|
||||
|
||||
val unbound = useClassSource(c)
|
||||
tw.writeErasure(id, unbound)
|
||||
extractClassModifiers(c, id)
|
||||
extractClassSupertypes(
|
||||
c,
|
||||
|
||||
Reference in New Issue
Block a user