Drop unused LanguageSettingsDirectives.EXPERIMENTAL

This commit is contained in:
Mikhail Glukhikh
2021-09-03 17:58:35 +03:00
committed by TeamCityServer
parent fc6403679a
commit aedcec7715
@@ -31,10 +31,6 @@ object LanguageSettingsDirectives : SimpleDirectivesContainer() {
description = "List of opted in annotations (AnalysisFlags.useExperimental)"
)
val EXPERIMENTAL by stringDirective(
description = "Require opt in for specified annotations (AnalysisFlags.experimental)"
)
val IGNORE_DATA_FLOW_IN_ASSERT by directive(
description = "Enables corresponding analysis flag (AnalysisFlags.ignoreDataFlowInAssert)"
)