From 64c5573a854e94ec083575daecd879aab34d08cd Mon Sep 17 00:00:00 2001 From: Laurent Rineau Date: Fri, 11 Jul 2014 16:51:27 +0200 Subject: [PATCH] rm warning (cherry picked from commit c309fde259c04b8e3beb609b3dece1673240ab34) Trivial fix for master --- Polynomial/test/Polynomial/test_polynomial.h | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/Polynomial/test/Polynomial/test_polynomial.h b/Polynomial/test/Polynomial/test_polynomial.h index afc8c42ad77..7612fb16e18 100644 --- a/Polynomial/test/Polynomial/test_polynomial.h +++ b/Polynomial/test/Polynomial/test_polynomial.h @@ -989,32 +989,20 @@ void test_interoperable_at(){ typedef int Coefficient_type; typedef CGAL::Polynomial Poly_1; typedef CGAL::Polynomial Poly_2; - typedef CGAL::Polynomial Poly_3; - typedef CGAL::Polynomial Poly_4; test_interoperable_poly(); test_interoperable_poly(); - // test_interoperable_poly(); - // test_interoperable_poly(); }{ typedef Integer Coefficient_type; typedef CGAL::Polynomial Poly_1; typedef CGAL::Polynomial Poly_2; - typedef CGAL::Polynomial Poly_3; - typedef CGAL::Polynomial Poly_4; test_interoperable_poly(); test_interoperable_poly(); - // test_interoperable_poly(); - // test_interoperable_poly(); }{ typedef EXT Coefficient_type; typedef CGAL::Polynomial Poly_1; typedef CGAL::Polynomial Poly_2; - typedef CGAL::Polynomial Poly_3; - typedef CGAL::Polynomial Poly_4; test_interoperable_poly(); test_interoperable_poly(); - // test_interoperable_poly(); - // test_interoperable_poly(); } }