update to remove levelfinished call which was a dead code

Signed-off-by: dsengupta0628 <dsengupta@precisioninno.com>
This commit is contained in:
dsengupta0628 2026-04-21 16:51:36 +00:00
parent 6bf6e84df6
commit a5b6c78dda
1 changed files with 0 additions and 1 deletions

View File

@ -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;