Skip to content

Commit

Permalink
remove unneccessary remove
Browse files Browse the repository at this point in the history
  • Loading branch information
sokra committed Sep 19, 2024
1 parent f417ecf commit e9d3828
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion turbopack/crates/turbo-tasks-memory/src/task.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1024,7 +1024,6 @@ impl Task {
outdated_edges.remove_all(&new_edges);
for child in new_children {
new_edges.insert(TaskEdge::Child(child));
outdated_edges.remove(TaskEdge::Child(child));
}
if !backend.has_gc() {
// This will stay here for longer, so make sure to not consume too
Expand Down

0 comments on commit e9d3828

Please sign in to comment.