GitOrigin-RevId: 9c7dbe6e8f2e44d1dd1c38da74ef9ccb95c463f5
This commit is contained in:
Dmitry Batkovich
2019-06-12 14:10:56 +03:00
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)
}