JPS, minor: remove unused parameter

This commit is contained in:
Sergey Rostov
2018-11-20 13:41:36 +03:00
parent f70d01f657
commit dfe662364d
@@ -405,7 +405,6 @@ class KotlinBuilder : ModuleLevelBuilder(BuilderCategory.SOURCE_PROCESSOR) {
val start = System.nanoTime()
val outputItemCollector = doCompileModuleChunk(
kotlinChunk,
chunk,
representativeTarget,
kotlinChunk.compilerArguments,
context,
@@ -496,7 +495,6 @@ class KotlinBuilder : ModuleLevelBuilder(BuilderCategory.SOURCE_PROCESSOR) {
// todo(1.2.80): introduce KotlinRoundCompileContext, move dirtyFilesHolder, fsOperations, environment to it
private fun doCompileModuleChunk(
kotlinChunk: KotlinChunk,
chunk: ModuleChunk,
representativeTarget: KotlinModuleBuildTarget<*>,
commonArguments: CommonCompilerArguments,
context: CompileContext,