mirror of https://github.com/CGAL/cgal
remove unused typedefs
This commit is contained in:
parent
75beac0dca
commit
e6d101d9fb
|
|
@ -766,7 +766,7 @@ void test_Type_functions( const CGAL::Field_with_root_of_tag&) {
|
||||||
CGAL_SNAP_AST_FUNCTORS(AST);
|
CGAL_SNAP_AST_FUNCTORS(AST);
|
||||||
|
|
||||||
// typedef typename Root_of::Boundary Boundary;
|
// typedef typename Root_of::Boundary Boundary;
|
||||||
typedef typename Root_of::result_type result_type;
|
|
||||||
const Root_of root_of = Root_of();
|
const Root_of root_of = Root_of();
|
||||||
AS real = root_of(1,coeffs.begin(),coeffs.end());
|
AS real = root_of(1,coeffs.begin(),coeffs.end());
|
||||||
assert( real == AS (3));
|
assert( real == AS (3));
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue