From a5b6c78dda71c9f53cafd75ea90e2af6569cd49d Mon Sep 17 00:00:00 2001 From: dsengupta0628 Date: Tue, 21 Apr 2026 16:51:36 +0000 Subject: [PATCH] update to remove levelfinished call which was a dead code Signed-off-by: dsengupta0628 --- search/Bfs.cc | 1 - 1 file changed, 1 deletion(-) diff --git a/search/Bfs.cc b/search/Bfs.cc index 6bd1be75..9ee726c8 100644 --- a/search/Bfs.cc +++ b/search/Bfs.cc @@ -415,7 +415,6 @@ BfsIterator::visitParallel(Level to_level, dispatch_queue_->finishTasks(); visit_count = total_visited.load(std::memory_order_relaxed); - visitor->levelFinished(); for (VertexVisitor *v : visitors) delete v;