From d2b9b5728fa593ed10dbbdae4f0732f85a99bb4b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mael=20Rouxel-Labb=C3=A9?= Date: Tue, 5 Jul 2022 09:46:30 +0200 Subject: [PATCH] Remove unused typedef/variables --- Convex_hull_2/test/Convex_hull_2/include/CGAL/ch__test.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Convex_hull_2/test/Convex_hull_2/include/CGAL/ch__test.h b/Convex_hull_2/test/Convex_hull_2/include/CGAL/ch__test.h index 2f22efd9c27..a33dc66433d 100644 --- a/Convex_hull_2/test/Convex_hull_2/include/CGAL/ch__test.h +++ b/Convex_hull_2/test/Convex_hull_2/include/CGAL/ch__test.h @@ -178,10 +178,6 @@ ch__test(InputIterator first, InputIterator beyond, std::vector VI(first, beyond); std::vector VO; - using V_iter = typename std::vector::iterator; - V_iter VIfirst = VI.begin(); - V_iter VIlast = VI.end(); - std::cout << "Algorithm: " << algorithm_names[std::size_t(alg)] << std::endl; switch(alg) {