[PSI2IR] Remove unused method
This commit is contained in:
committed by
Space Team
parent
01661da7aa
commit
8cae224cb4
@@ -291,12 +291,4 @@ internal class ScriptGenerator(declarationGenerator: DeclarationGenerator) : Dec
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
private fun ParameterDescriptor.toIrValueParameter(startOffset: Int, endOffset: Int, origin: IrDeclarationOrigin) =
|
||||
context.symbolTable.descriptorExtension.declareValueParameter(
|
||||
startOffset, endOffset, origin,
|
||||
this,
|
||||
type.toIrType(),
|
||||
varargElementType?.toIrType()
|
||||
)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user