diff --git a/ethers-solc/src/compile/project.rs b/ethers-solc/src/compile/project.rs index cfdb5b82..bb805d85 100644 --- a/ethers-solc/src/compile/project.rs +++ b/ethers-solc/src/compile/project.rs @@ -397,8 +397,6 @@ fn compile_parallel( .collect::>>() })?; - // 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);