[test] Fix unused typedef warning in simplify test

This commit is contained in:
Adam Wulkiewicz 2014-07-25 17:14:27 +02:00
parent 130c64b7c7
commit bf7c758967

View File

@ -168,7 +168,7 @@ void test_geometry(std::string const& wkt,
DistanceMeasure const& distance,
Strategy const& strategy)
{
typedef typename bg::point_type<Geometry>::type point_type;
//typedef typename bg::point_type<Geometry>::type point_type;
Geometry geometry;
bg::read_wkt(wkt, geometry);