[FIR] Remove redundant println from RawFirBuilder
This commit is contained in:
@@ -2147,7 +2147,6 @@ open class RawFirBuilder(
|
|||||||
?: buildErrorExpression(sourceElement, ConeSimpleDiagnostic("Empty label", DiagnosticKind.Syntax))
|
?: buildErrorExpression(sourceElement, ConeSimpleDiagnostic("Empty label", DiagnosticKind.Syntax))
|
||||||
if (size != context.firLabels.size) {
|
if (size != context.firLabels.size) {
|
||||||
context.firLabels.removeLast()
|
context.firLabels.removeLast()
|
||||||
println("Unused label: ${expression.text}")
|
|
||||||
}
|
}
|
||||||
return result
|
return result
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user