diff --git a/backend.native/cli.bc/src/org/jetbrains/kotlin/cli/bc/K2NativeCompilerArguments.java b/backend.native/cli.bc/src/org/jetbrains/kotlin/cli/bc/K2NativeCompilerArguments.java index 4e07d4ed12a..c4c6f868f71 100644 --- a/backend.native/cli.bc/src/org/jetbrains/kotlin/cli/bc/K2NativeCompilerArguments.java +++ b/backend.native/cli.bc/src/org/jetbrains/kotlin/cli/bc/K2NativeCompilerArguments.java @@ -34,9 +34,6 @@ public class K2NativeCompilerArguments extends CommonCompilerArguments { @Argument(value = "-library", shortName = "-l", valueDescription = "", description = "Link with the library") public String[] libraries; - @Argument(value = "-linkerArgs", valueDescription = "", description = "Pass arguments to linker", delimiter = " ") - public String[] linkerArguments; - @Argument(value = "-list_targets", description = "List available hardware targets") public boolean listTargets;