JPS, minor: remove unused parameter
This commit is contained in:
@@ -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,
|
||||||
|
|||||||
Reference in New Issue
Block a user