Minor: remove unused commonArgs

This commit is contained in:
Ilya Gorbunov
2016-06-20 23:48:14 +03:00
parent 7c5c4610e8
commit 71476d5d43
@@ -94,7 +94,6 @@ abstract class AbstractKotlinCompile<T : CommonCompilerArguments>() : AbstractCo
}
logger.kotlinDebug("modified ${modified.joinToString { it.path }}")
logger.kotlinDebug("removed ${removed.joinToString { it.path }}")
var commonArgs = createBlankArgs()
val args = createBlankArgs()
val sources = getKotlinSources()
if (sources.isEmpty()) {