From 79588716d679bbb055b580de462a9cfefa242b1d Mon Sep 17 00:00:00 2001 From: Nikolay Igotti Date: Mon, 29 May 2017 15:42:11 +0300 Subject: [PATCH] Fix build --- .../org/jetbrains/kotlin/cli/bc/K2NativeCompilerArguments.java | 3 --- 1 file changed, 3 deletions(-) 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;