[IR] Remove Persistent IR

This commit is contained in:
Roman Artemev
2021-12-21 15:08:09 +03:00
committed by teamcity
parent 353bfe9018
commit 4babc30624
92 changed files with 5 additions and 19656 deletions
@@ -239,6 +239,4 @@ interface IrFactory {
endOffset: Int,
initializer: IrBlockBody.() -> Unit,
): IrBlockBody
fun unlistFunction(f: IrFunction) {}
}