K2 CLI: minor, remove misleading warning

Light tree is used by default now, so it's no longer far from being
production-ready.
This commit is contained in:
Alexander Udalov
2023-06-19 23:46:39 +02:00
committed by Space Team
parent 8653992ffc
commit 530f533c84
3 changed files with 3 additions and 3 deletions
@@ -534,7 +534,7 @@ abstract class CommonCompilerArguments : CommonToolArguments() {
@Argument(
value = "-Xuse-fir-lt",
description = "Compile using LightTree parser with Front-end IR. Warning: this feature is far from being production-ready"
description = "Compile using LightTree parser with Front-end IR"
)
var useFirLT = true
set(value) {