[Native] Drop irCallOp from IrUtils2
It is not used anywhere
This commit is contained in:
-10
@@ -163,16 +163,6 @@ internal fun irCall(startOffset: Int, endOffset: Int, irFunction: IrSimpleFuncti
|
||||
}
|
||||
}
|
||||
|
||||
fun IrBuilderWithScope.irCallOp(
|
||||
callee: IrFunction,
|
||||
dispatchReceiver: IrExpression,
|
||||
argument: IrExpression
|
||||
) =
|
||||
irCall(callee).apply {
|
||||
this.dispatchReceiver = dispatchReceiver
|
||||
putValueArgument(0, argument)
|
||||
}
|
||||
|
||||
fun IrBuilderWithScope.irCatch(type: IrType) =
|
||||
IrCatchImpl(
|
||||
startOffset, endOffset,
|
||||
|
||||
Reference in New Issue
Block a user