Remove CommonBackendContext.getClass
This function is unused in backend.common (and actually throws exception in Native), therefore it makes sense to move it down to subtypes
This commit is contained in:
-2
@@ -20,8 +20,6 @@ interface LoggingContext {
|
||||
interface CommonBackendContext : BackendContext, LoggingContext {
|
||||
override val ir: Ir<CommonBackendContext>
|
||||
|
||||
fun getClass(fqName: FqName): ClassDescriptor
|
||||
|
||||
fun report(element: IrElement?, irFile: IrFile?, message: String, isError: Boolean)
|
||||
|
||||
val configuration: CompilerConfiguration
|
||||
|
||||
Reference in New Issue
Block a user