Remove unused typedef/variables

This commit is contained in:
Mael Rouxel-Labbé 2022-07-05 09:46:30 +02:00
parent 87d09b6763
commit d2b9b5728f
1 changed files with 0 additions and 4 deletions

View File

@ -178,10 +178,6 @@ ch__test(InputIterator first, InputIterator beyond,
std::vector<Point_2> VI(first, beyond);
std::vector<Point_2> VO;
using V_iter = typename std::vector<Point_2>::iterator;
V_iter VIfirst = VI.begin();
V_iter VIlast = VI.end();
std::cout << "Algorithm: " << algorithm_names[std::size_t(alg)] << std::endl;
switch(alg)
{