From 7f4bd549aaa9e493f1a48572d1f1dcf591dad164 Mon Sep 17 00:00:00 2001 From: Mikhael Bogdanov Date: Tue, 29 May 2018 09:28:46 +0200 Subject: [PATCH] Minor. Fix rebase --- .../kotlin/cli/common/arguments/K2JVMCompilerArguments.kt | 7 ------- 1 file changed, 7 deletions(-) diff --git a/compiler/cli/cli-common/src/org/jetbrains/kotlin/cli/common/arguments/K2JVMCompilerArguments.kt b/compiler/cli/cli-common/src/org/jetbrains/kotlin/cli/common/arguments/K2JVMCompilerArguments.kt index 405c88ea566..0d6d26cb459 100644 --- a/compiler/cli/cli-common/src/org/jetbrains/kotlin/cli/common/arguments/K2JVMCompilerArguments.kt +++ b/compiler/cli/cli-common/src/org/jetbrains/kotlin/cli/common/arguments/K2JVMCompilerArguments.kt @@ -223,13 +223,6 @@ class K2JVMCompilerArguments : CommonCompilerArguments() { ) var noExceptionOnExplicitEqualsForBoxedNull by FreezableVar(false) - @Argument( - value = "-Xoutput-imports", - valueDescription = "", - description = "Output imports from all compiled files to the specified file in JSON format" - ) - var outputImports: String? by FreezableVar(null) - @Argument( value = "-Xjvm-default-mode", valueDescription = "{disable|enable|compatibility}",