From 99cc8212e90058c82a9124c5626a125433ac80fe Mon Sep 17 00:00:00 2001 From: Jan Niklas Hasse Date: Fri, 29 Nov 2024 17:01:22 +0100 Subject: [PATCH] v2: Implement StatusPrinter::EdgeRemovedFromPlan --- v2/status_printer.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/v2/status_printer.cc b/v2/status_printer.cc index 97cb680fe9..e81fc9b5a6 100644 --- a/v2/status_printer.cc +++ b/v2/status_printer.cc @@ -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,