diff --git a/test/algorithms/point_on_surface.cpp b/test/algorithms/point_on_surface.cpp index 3959b4114..00b6f1236 100644 --- a/test/algorithms/point_on_surface.cpp +++ b/test/algorithms/point_on_surface.cpp @@ -138,7 +138,6 @@ void test_geometry(std::string const& case_id, std::string const& wkt, double ex template void test_point_order_and_type() { - typedef bg::model::polygon polygon; typedef bg::model::polygon ccw_open_polygon; typedef bg::model::polygon cw_open_polygon; typedef bg::model::polygon ccw_closed_polygon;