We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a26a647 commit 760ec44Copy full SHA for 760ec44
src/dfx/src/lib/models/canister.rs
@@ -825,8 +825,6 @@ impl CanisterPool {
825
.map(|idx| *graph.node_weight(*idx).unwrap())
826
.collect();
827
828
- // let canisters_to_build = Bfs::new(graph, start);
829
- // let canisters_to_build = self.canisters_to_build(build_config); // FIXME
830
// TODO: The next line is slow and confusing code.
831
let canisters_to_build: Vec<&Arc<Canister>> = self.canisters.iter().filter(|c| order.contains(&c.canister_id())).collect();
832
let mut result = Vec::new();
0 commit comments