Skip to content

Commit b930297

Browse files
mcpiromanSpace Team
authored andcommitted
[FIR2IR] Remove extra checks in checkUnboundSymbols
1 parent 2c5ef91 commit b930297

File tree

1 file changed

+0
-1
lines changed
  • compiler/fir/entrypoint/src/org/jetbrains/kotlin/fir/pipeline

1 file changed

+0
-1
lines changed

compiler/fir/entrypoint/src/org/jetbrains/kotlin/fir/pipeline/convertToIr.kt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -345,7 +345,6 @@ private class Fir2IrPipeline(
345345
irBuiltIns,
346346
phaseName = "",
347347
IrValidatorConfig(checkUnboundSymbols = true)
348-
.withBasicChecks()
349348
)
350349
}
351350
}

0 commit comments

Comments
 (0)