mirror of
https://github.com/boostorg/geometry.git
synced 2026-02-27 17:12:10 +00:00
[test][is_valid] Fix unused type warning.
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user