Remove -Xexclude-from-dumping

Apparently the underlying logic was removed in b07690fccf and no one
noticed.
This commit is contained in:
Alexander Udalov
2021-11-16 21:07:47 +01:00
committed by Space Team
parent 6db0aaef35
commit 3f2b51151f
7 changed files with 6 additions and 20 deletions
@@ -37,8 +37,6 @@ fun createPhaseConfig(
val toValidateStateBefore = beforeValidateSet + bothValidateSet
val toValidateStateAfter = afterValidateSet + bothValidateSet
val namesOfElementsExcludedFromDumping = arguments.namesExcludedFromDumping?.toSet() ?: emptySet()
val needProfiling = arguments.profilePhases
val checkConditions = arguments.checkPhaseConditions
val checkStickyConditions = arguments.checkStickyPhaseConditions
@@ -54,7 +52,6 @@ fun createPhaseConfig(
dumpOnlyFqName,
toValidateStateBefore,
toValidateStateAfter,
namesOfElementsExcludedFromDumping,
needProfiling,
checkConditions,
checkStickyConditions