Skip to content

Commit f636a9e

Browse files
committed
leftovers
1 parent a8f2a6d commit f636a9e

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

compiler-plugin/compiler-plugin-backend/src/main/kotlin/kotlinx/rpc/codegen/extension/RpcDeclarationScanner.kt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@ internal object RpcDeclarationScanner {
4141
}
4242

4343
ServiceDeclaration.Method(
44-
ctx = ctx,
4544
function = declaration,
4645
arguments = ctx.versionSpecificApi.run {
4746
declaration.valueParametersVS().memoryOptimizedMap { param ->

compiler-plugin/compiler-plugin-backend/src/main/kotlin/kotlinx/rpc/codegen/extension/ServiceDeclaration.kt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@ internal class ServiceDeclaration(
3737
}
3838

3939
class Method(
40-
val ctx: RpcIrContext,
4140
val function: IrSimpleFunction,
4241
val arguments: List<Argument>,
4342
) : Callable {

0 commit comments

Comments
 (0)