From 0dbdd990ea55699bbc834b5fd949086d8ef7ff40 Mon Sep 17 00:00:00 2001 From: Adam Wulkiewicz Date: Tue, 23 Jan 2018 21:13:02 +0100 Subject: [PATCH] [test][is_valid] Fix unused type warning. --- test/algorithms/is_valid_geo.cpp | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/test/algorithms/is_valid_geo.cpp b/test/algorithms/is_valid_geo.cpp index b5f547b9c..67a82b2e4 100644 --- a/test/algorithms/is_valid_geo.cpp +++ b/test/algorithms/is_valid_geo.cpp @@ -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::type pt; - bg::strategy::intersection::geographic_segments<> is(sph); bg::strategy::area::geographic<> as(sph);