remove unused variable

This commit is contained in:
Maximilian Keßler 2023-11-04 20:09:53 +01:00
parent 777017c289
commit 229250acca
Signed by: max
GPG Key ID: BCC5A619923C0BA5

View File

@ -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)
{