remove unused variable
This commit is contained in:
parent
777017c289
commit
229250acca
1 changed files with 0 additions and 2 deletions
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue