chore: rm no longer valid todo (#870)

This commit is contained in:
Matthias Seitz 2022-02-05 15:30:18 +01:00 committed by GitHub
parent b26b505651
commit ede6570567
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 2 deletions

View File

@ -397,8 +397,6 @@ fn compile_parallel(
.collect::<Result<Vec<_>>>()
})?;
// TODO need to do post filtering as the output can contain more files than provided in the
// input
let mut aggregated = AggregatedCompilerOutput::default();
aggregated.extend_all(outputs);