chore: rm no longer valid todo (#870)
This commit is contained in:
parent
b26b505651
commit
ede6570567
|
@ -397,8 +397,6 @@ fn compile_parallel(
|
||||||
.collect::<Result<Vec<_>>>()
|
.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();
|
let mut aggregated = AggregatedCompilerOutput::default();
|
||||||
aggregated.extend_all(outputs);
|
aggregated.extend_all(outputs);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue