Skip to content

Commit 760ec44

Browse files
committed
removed comment
1 parent a26a647 commit 760ec44

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/dfx/src/lib/models/canister.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -825,8 +825,6 @@ impl CanisterPool {
825825
.map(|idx| *graph.node_weight(*idx).unwrap())
826826
.collect();
827827

828-
// let canisters_to_build = Bfs::new(graph, start);
829-
// let canisters_to_build = self.canisters_to_build(build_config); // FIXME
830828
// TODO: The next line is slow and confusing code.
831829
let canisters_to_build: Vec<&Arc<Canister>> = self.canisters.iter().filter(|c| order.contains(&c.canister_id())).collect();
832830
let mut result = Vec::new();

0 commit comments

Comments
 (0)