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 start = System.nanoTime()
val outputItemCollector = doCompileModuleChunk( val outputItemCollector = doCompileModuleChunk(
kotlinChunk, kotlinChunk,
chunk,
representativeTarget, representativeTarget,
kotlinChunk.compilerArguments, kotlinChunk.compilerArguments,
context, context,
@@ -496,7 +495,6 @@ class KotlinBuilder : ModuleLevelBuilder(BuilderCategory.SOURCE_PROCESSOR) {
// todo(1.2.80): introduce KotlinRoundCompileContext, move dirtyFilesHolder, fsOperations, environment to it // todo(1.2.80): introduce KotlinRoundCompileContext, move dirtyFilesHolder, fsOperations, environment to it
private fun doCompileModuleChunk( private fun doCompileModuleChunk(
kotlinChunk: KotlinChunk, kotlinChunk: KotlinChunk,
chunk: ModuleChunk,
representativeTarget: KotlinModuleBuildTarget<*>, representativeTarget: KotlinModuleBuildTarget<*>,
commonArguments: CommonCompilerArguments, commonArguments: CommonCompilerArguments,
context: CompileContext, context: CompileContext,