From 2ea959c11507da1dfd34ef0685a73e8bde72079d Mon Sep 17 00:00:00 2001 From: Yan Zhulanow Date: Tue, 3 Feb 2015 18:37:49 +0300 Subject: [PATCH] Codebase update Original commit: c756cfef860b4c483aba984822ac4247ce0aa4c9 --- .../jet/jps/build/KotlinJpsCompilerArgumentsProvider.kt | 1 - 1 file changed, 1 deletion(-) diff --git a/jps/jps-plugin/src/org/jetbrains/jet/jps/build/KotlinJpsCompilerArgumentsProvider.kt b/jps/jps-plugin/src/org/jetbrains/jet/jps/build/KotlinJpsCompilerArgumentsProvider.kt index 3a3833d83e6..0b5650aeef7 100644 --- a/jps/jps-plugin/src/org/jetbrains/jet/jps/build/KotlinJpsCompilerArgumentsProvider.kt +++ b/jps/jps-plugin/src/org/jetbrains/jet/jps/build/KotlinJpsCompilerArgumentsProvider.kt @@ -16,7 +16,6 @@ package org.jetbrains.jet.jps.build -import org.jetbrains.jet.cli.common.arguments.CommonCompilerArguments import org.jetbrains.jps.incremental.ModuleBuildTarget import org.jetbrains.jps.incremental.CompileContext