mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
cleanup
GitOrigin-RevId: 9c7dbe6e8f2e44d1dd1c38da74ef9ccb95c463f5
This commit is contained in:
committed by
intellij-monorepo-bot
parent
6ea1300552
commit
b7454571ca
@@ -54,8 +54,6 @@ open class StubsGenerator(private val stubsVersion: String, private val stubsSto
|
||||
val bytes = BufferExposingByteArrayOutputStream()
|
||||
serializationManager.serialize(stub, bytes)
|
||||
|
||||
val file = fileContent.file
|
||||
|
||||
return SerializedStubTree(bytes.internalBuffer, bytes.size(), stub)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user