Skip to content

Commit 38b7beb

Browse files
mcpiromanSpace Team
authored andcommitted
[IR] Remove other checks from IrValidationAfterInliningAllFunctionsOnTheFirstStagePhase
KT-79352
1 parent b930297 commit 38b7beb

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

compiler/ir/backend.common/src/org/jetbrains/kotlin/backend/common/phaser/IrValidationPhase.kt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,6 @@ class IrValidationAfterInliningAllFunctionsOnTheFirstStagePhase<Context : Loweri
106106
) : IrValidationPhase<Context>(context) {
107107
override val defaultValidationConfig: IrValidatorConfig
108108
get() = IrValidatorConfig()
109-
.withBasicChecks().withoutCheckers(IrPrivateDeclarationOverrideChecker)
110109
.withInlineFunctionCallsiteCheck(checkInlineFunctionCallSites)
111110
}
112111

0 commit comments

Comments
 (0)