Skip to content

Commit

Permalink
Delete comment
Browse files Browse the repository at this point in the history
I forgot to remove before commiting.
  • Loading branch information
JakeWharton committed Dec 19, 2024
1 parent 4e17ecc commit df676ba
Showing 1 changed file with 0 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -129,14 +129,6 @@ internal class KotlinFirLoader(
getPackagePartProviderFn = { packagePartProvider },
)

/*
projectEnvironment: VfsBasedProjectEnvironment,
messageCollector: MessageCollector,
compilerConfiguration: CompilerConfiguration,
input: ModuleCompilerInput,
diagnosticsReporter: BaseDiagnosticsCollector,
incrementalExcludesScope: AbstractProjectFileSearchScope?,
*/
@OptIn(IncrementalCompilationApi::class) // We are not within the Kotlin compiler.
return compileModuleToAnalyzedFirViaLightTreeIncrementally(
projectEnvironment,
Expand Down

0 comments on commit df676ba

Please sign in to comment.