[test][point_on_surface] Remove unused typedef.

This commit is contained in:
Adam Wulkiewicz 2014-10-19 22:43:49 +02:00
parent 77b196b88c
commit e59976b358

View File

@ -138,7 +138,6 @@ void test_geometry(std::string const& case_id, std::string const& wkt, double ex
template <typename Point>
void test_point_order_and_type()
{
typedef bg::model::polygon<Point> polygon;
typedef bg::model::polygon<Point, false, false> ccw_open_polygon;
typedef bg::model::polygon<Point, true, false> cw_open_polygon;
typedef bg::model::polygon<Point, false, true> ccw_closed_polygon;