Skip to content

Commit

Permalink
v2: Implement StatusPrinter::EdgeRemovedFromPlan
Browse files Browse the repository at this point in the history
  • Loading branch information
jhasse committed Nov 29, 2024
1 parent c19aa9b commit 99cc821
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion v2/status_printer.cc
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ void StatusPrinter::EdgeAddedToPlan(const Edge* edge) {
}

void StatusPrinter::EdgeRemovedFromPlan(const Edge* edge) {
assert(false);
--total_edges_;
}

void StatusPrinter::BuildEdgeStarted(const Edge* edge,
Expand Down

0 comments on commit 99cc821

Please sign in to comment.