From 229250acca59ebba3e284439f7baf6198e90dd51 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maximilian=20Ke=C3=9Fler?= Date: Sat, 4 Nov 2023 20:09:53 +0100 Subject: [PATCH] remove unused variable --- edmonds.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/edmonds.cpp b/edmonds.cpp index f573bef..e63a8a1 100644 --- a/edmonds.cpp +++ b/edmonds.cpp @@ -90,8 +90,6 @@ Graph maximum_matching_from_initial_matching(Graph & graph) ++distance_from_y; }; // found first vertex fixed by root_of_ear_component - NodeId const blossom = x_path[distance_from_x]; - NodeId blossom_root_id = x_path[distance_from_x]; for(size_t i = 1; i <= distance_from_x; i += 2) {