From e6d101d9fbfe51e5c31505b09407ca6d40daff3b Mon Sep 17 00:00:00 2001 From: Andreas Fabri Date: Tue, 5 Mar 2013 11:50:05 +0100 Subject: [PATCH] remove unused typedefs --- .../include/CGAL/Test/_test_algebraic_structure.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Algebraic_foundations/include/CGAL/Test/_test_algebraic_structure.h b/Algebraic_foundations/include/CGAL/Test/_test_algebraic_structure.h index 15c890b714e..581a955b94f 100644 --- a/Algebraic_foundations/include/CGAL/Test/_test_algebraic_structure.h +++ b/Algebraic_foundations/include/CGAL/Test/_test_algebraic_structure.h @@ -766,7 +766,7 @@ void test_Type_functions( const CGAL::Field_with_root_of_tag&) { CGAL_SNAP_AST_FUNCTORS(AST); // typedef typename Root_of::Boundary Boundary; - typedef typename Root_of::result_type result_type; + const Root_of root_of = Root_of(); AS real = root_of(1,coeffs.begin(),coeffs.end()); assert( real == AS (3));