[JS_IR] Drop old comment from loweringList

This comment is not needed anymore after
64158a8a2f
This commit is contained in:
Ivan Kylchik
2023-09-21 15:25:24 +02:00
committed by Space Team
parent 1db595c676
commit 917b9481c1
@@ -875,8 +875,6 @@ val loweringList = listOf<SimpleNamedCompilerPhase<JsIrBackendContext, IrModuleF
implicitlyExportedDeclarationsMarkingLowering, implicitlyExportedDeclarationsMarkingLowering,
mainFunctionCallWrapperLowering, mainFunctionCallWrapperLowering,
cleanupLoweringPhase, cleanupLoweringPhase,
// Currently broken due to static members lowering making single-open-class
// files non-recognizable as single-class files
validateIrAfterLowering, validateIrAfterLowering,
) )