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:
Alexander Udalov
2019-03-12 18:08:59 +01:00
parent e13b8eb039
commit 2539873492
3 changed files with 13 additions and 23 deletions
@@ -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