diff --git a/Triangulation_3/test/Triangulation_3/test_simplex_iterator_3.cpp b/Triangulation_3/test/Triangulation_3/test_simplex_iterator_3.cpp index 333955bfe9e..8e4a739decf 100644 --- a/Triangulation_3/test/Triangulation_3/test_simplex_iterator_3.cpp +++ b/Triangulation_3/test/Triangulation_3/test_simplex_iterator_3.cpp @@ -19,8 +19,6 @@ // Author(s) : Jane Tournois -#define CGAL_FAST_TRAVERSER - #include #include #include @@ -338,7 +336,6 @@ int main(int argc, char* argv[]) // Reads a .xyz point set file in points. // As the point is the second element of the tuple (that is with index 1) -#define CGAL_FAST_TRAVERSER // we use a property map that accesses the 1st element of the tuple. std::vector points;