From e5fca48f26de999bb2b8c5241115726b1833904a Mon Sep 17 00:00:00 2001 From: Andreas Fabri Date: Wed, 14 Jan 2015 11:43:15 +0100 Subject: [PATCH] removed unused type --- Algebraic_kernel_d/include/CGAL/RS/functors_z_1.h | 1 - 1 file changed, 1 deletion(-) diff --git a/Algebraic_kernel_d/include/CGAL/RS/functors_z_1.h b/Algebraic_kernel_d/include/CGAL/RS/functors_z_1.h index cbc7254385e..2d56d222c8a 100644 --- a/Algebraic_kernel_d/include/CGAL/RS/functors_z_1.h +++ b/Algebraic_kernel_d/include/CGAL/RS/functors_z_1.h @@ -142,7 +142,6 @@ struct Solve_z_1{ OutputIterator operator()(const Polynomial_1 &p, OutputIterator res)const{ typedef std::pair polmult; - typedef std::vector sqvec; typedef std::pair zpolmult; typedef std::vector zsqvec;