From ede657056772b843ad23b300bcad4fe591dfe0f3 Mon Sep 17 00:00:00 2001 From: Matthias Seitz Date: Sat, 5 Feb 2022 15:30:18 +0100 Subject: [PATCH] chore: rm no longer valid todo (#870) --- ethers-solc/src/compile/project.rs | 2 -- 1 file changed, 2 deletions(-) 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);