[KLIB] Mark DFG serialization code as unused and planned for removal

^KT-66218
This commit is contained in:
Dmitriy Dolovov
2024-02-28 21:25:37 +01:00
committed by Space Team
parent d8d8f24f62
commit 4e5a36de18
3 changed files with 3 additions and 3 deletions
@@ -54,7 +54,7 @@ fun buildLibrary(
nopack: Boolean,
shortName: String?,
manifestProperties: Properties?,
dataFlowGraph: ByteArray?
dataFlowGraph: ByteArray? // TODO (KT-66218): remove this property
): KonanLibraryLayout {
val libFile = File(output)