[test][is_valid] Fix unused type warning.

This commit is contained in:
Adam Wulkiewicz
2018-01-23 21:13:02 +01:00
parent 719fe851bf
commit 0dbdd990ea

View File

@@ -3,7 +3,7 @@
// Copyright (c) 2017 Adam Wulkiewicz, Lodz, Poland.
// Copyright (c) 2014-2017, Oracle and/or its affiliates.
// Copyright (c) 2014-2018, Oracle and/or its affiliates.
// Contributed and/or modified by Menelaos Karavelas, on behalf of Oracle
// Contributed and/or modified by Adam Wulkiewicz, on behalf of Oracle
@@ -45,8 +45,6 @@ void test_valid_s(std::string const& wkt,
Spheroid const& sph,
bool expected_result)
{
typedef typename bg::point_type<Poly>::type pt;
bg::strategy::intersection::geographic_segments<> is(sph);
bg::strategy::area::geographic<> as(sph);