Skip to content

Commit

Permalink
[KT] Remove unused imports.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 721394907
  • Loading branch information
jDramaix authored and copybara-github committed Jan 30, 2025
1 parent 8c0cc09 commit f693b38
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ package com.google.j2cl.transpiler.frontend.kotlin.lower
import com.google.j2cl.transpiler.frontend.kotlin.ir.IntrinsicMethods
import com.google.j2cl.transpiler.frontend.kotlin.ir.IrProviderFromPublicSignature
import com.google.j2cl.transpiler.frontend.kotlin.ir.JvmIrDeserializerImpl
import com.google.j2cl.transpiler.frontend.kotlin.ir.fromQualifiedBinaryName
import com.google.j2cl.transpiler.frontend.kotlin.ir.populate
import org.jetbrains.kotlin.backend.common.CompilationException
import org.jetbrains.kotlin.backend.common.FileLoweringPass
Expand Down Expand Up @@ -54,10 +53,6 @@ import org.jetbrains.kotlin.ir.backend.js.lower.inline.RemoveInlineDeclarationsW
import org.jetbrains.kotlin.ir.declarations.IrModuleFragment
import org.jetbrains.kotlin.ir.symbols.UnsafeDuringIrConstructionAPI
import org.jetbrains.kotlin.ir.util.SymbolTable
import org.jetbrains.kotlin.name.CallableId
import org.jetbrains.kotlin.name.ClassId
import org.jetbrains.kotlin.name.FqName
import org.jetbrains.kotlin.name.StandardClassIds

/** The list of lowering passes to run in execution order. */
private val loweringPassFactories: List<J2clLoweringPassFactory> = buildList {
Expand Down

0 comments on commit f693b38

Please sign in to comment.