Remove -Xnormalize-constructor-calls

Constructor call normalization is enabled by default since 1.3.
This commit is contained in:
Alexander Udalov
2021-09-02 02:09:18 +02:00
parent cc3ad73436
commit 1864716c83
36 changed files with 83 additions and 400 deletions
@@ -25,11 +25,6 @@ private val patterns = buildList {
JVMConfigurationKeys.STRING_CONCAT,
JvmStringConcat.Companion::fromString
)
createPattern(
"CONSTRUCTOR_CALL_NORMALIZATION_MODE",
JVMConfigurationKeys.CONSTRUCTOR_CALL_NORMALIZATION_MODE,
JVMConstructorCallNormalizationMode.Companion::fromStringOrNull
)
createPattern(
"SAM_CONVERSIONS",
JVMConfigurationKeys.SAM_CONVERSIONS,
@@ -162,5 +157,3 @@ private fun tryApplyBooleanFlag(
assert(false) { "Expected [+|-][namespace.]configurationKey, got: $flag" }
}
}