Skip to content

Commit

Permalink
remove workaround of fixed bug
Browse files Browse the repository at this point in the history
  • Loading branch information
vporton committed Jan 29, 2025
1 parent ebe8c24 commit 68e48c9
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/dfx/src/lib/models/canister.rs
Original file line number Diff line number Diff line change
Expand Up @@ -685,9 +685,7 @@ impl CanisterPool {
canister_id_to_index,
no_deps,
)?;
if node_ix != dependency_index { // TODO: Why is this check needed?
graph.add_edge(node_ix, dependency_index, ());
}
graph.add_edge(node_ix, dependency_index, ());
}

Ok(node_ix)
Expand Down

0 comments on commit 68e48c9

Please sign in to comment.