Minor, remove workarounds for the fixed KT-5786
This commit is contained in:
+1
-1
@@ -138,7 +138,7 @@ public class BuiltInsSerializer(private val dependOnOldBuiltIns: Boolean) {
|
|||||||
BuiltInsSerializationUtil.FallbackPaths.getStringTableFilePath(fqName))
|
BuiltInsSerializationUtil.FallbackPaths.getStringTableFilePath(fqName))
|
||||||
}
|
}
|
||||||
|
|
||||||
internal /* KT-5786 */ fun write(destDir: File, fileName: String, stream: ByteArrayOutputStream, legacyFileName: String? = null) {
|
private fun write(destDir: File, fileName: String, stream: ByteArrayOutputStream, legacyFileName: String? = null) {
|
||||||
totalSize += stream.size()
|
totalSize += stream.size()
|
||||||
totalFiles++
|
totalFiles++
|
||||||
File(destDir, fileName).getParentFile().mkdirs()
|
File(destDir, fileName).getParentFile().mkdirs()
|
||||||
|
|||||||
@@ -111,7 +111,7 @@ abstract class KCallableContainerImpl {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/* private // KT-5786 */ fun loadJvmType(
|
private fun loadJvmType(
|
||||||
type: JvmProtoBuf.JvmType,
|
type: JvmProtoBuf.JvmType,
|
||||||
nameResolver: NameResolver,
|
nameResolver: NameResolver,
|
||||||
classLoader: ClassLoader,
|
classLoader: ClassLoader,
|
||||||
|
|||||||
Reference in New Issue
Block a user