From b7454571ca9fbd91aa27e4654a3b84bebc6583c1 Mon Sep 17 00:00:00 2001 From: Dmitry Batkovich Date: Mon, 10 Jun 2019 09:55:50 +0300 Subject: [PATCH] cleanup GitOrigin-RevId: 9c7dbe6e8f2e44d1dd1c38da74ef9ccb95c463f5 --- .../index-tools/src/org/jetbrains/index/stubs/StubsGenerator.kt | 2 -- 1 file changed, 2 deletions(-) diff --git a/tools/index-tools/src/org/jetbrains/index/stubs/StubsGenerator.kt b/tools/index-tools/src/org/jetbrains/index/stubs/StubsGenerator.kt index 8f7183a4e42a..8633a0689031 100644 --- a/tools/index-tools/src/org/jetbrains/index/stubs/StubsGenerator.kt +++ b/tools/index-tools/src/org/jetbrains/index/stubs/StubsGenerator.kt @@ -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) }