[IR] Drop IR expect/actual table

^KT-61136
This commit is contained in:
Dmitriy Dolovov
2023-08-08 22:50:31 +02:00
committed by Space Team
parent e8b4550173
commit 6e648ac374
11 changed files with 6 additions and 852 deletions
@@ -65,7 +65,6 @@ fun deserializeFromByteArray(
irLibraryFile,
fileSymbol = dummyIrFile.symbol,
fileSignature = dummyFileSignature,
/* TODO */ actuals = emptyList(),
enqueueLocalTopLevelDeclaration = {}, // just link to it in symbolTable
handleExpectActualMapping = { _, symbol -> symbol }, // no expect declarations
internationService = internationService