Fix shadowing variable

This commit is contained in:
Mael Rouxel-Labbé 2023-10-16 17:00:57 +02:00
parent 00acf4f752
commit 116bb2beb9
1 changed files with 0 additions and 1 deletions

View File

@ -1426,7 +1426,6 @@ private:
} }
else // typical flooding from outside else // typical flooding from outside
{ {
std::stack<Cell_handle> cells_to_visit;
cells_to_visit.push(m_tr.infinite_vertex()->cell()); cells_to_visit.push(m_tr.infinite_vertex()->cell());
} }