[JS IR] Remove redundant legacy property access property

This commit is contained in:
Ilya Goncharov
2021-09-23 18:55:03 +03:00
committed by Space
parent 440856f593
commit 064744fae7
10 changed files with 1 additions and 55 deletions
@@ -148,9 +148,6 @@ class K2JSCompilerArguments : CommonCompilerArguments() {
)
var irModuleName: String? by NullableStringFreezableVar(null)
@Argument(value = "-Xir-legacy-property-access", description = "Force property access via JS properties (requires -Xir-export-all)")
var irLegacyPropertyAccess: Boolean by FreezableVar(false)
@Argument(value = "-Xir-base-class-in-metadata", description = "Write base class into metadata")
var irBaseClassInMetadata: Boolean by FreezableVar(false)