From 69e32e2b2086f0803f956b16d2efa7cebe11ec6b Mon Sep 17 00:00:00 2001 From: Adam Wulkiewicz Date: Wed, 2 Mar 2016 15:28:12 +0100 Subject: [PATCH] [overlay] Remove unused typedef. --- .../geometry/algorithms/detail/overlay/handle_colocations.hpp | 1 - 1 file changed, 1 deletion(-) diff --git a/include/boost/geometry/algorithms/detail/overlay/handle_colocations.hpp b/include/boost/geometry/algorithms/detail/overlay/handle_colocations.hpp index c08ba0966..ad75127fa 100644 --- a/include/boost/geometry/algorithms/detail/overlay/handle_colocations.hpp +++ b/include/boost/geometry/algorithms/detail/overlay/handle_colocations.hpp @@ -216,7 +216,6 @@ inline void handle_colocation_cluster(Turns& turns, { typedef typename boost::range_value::type turn_type; typedef typename turn_type::turn_operation_type turn_operation_type; - typedef typename ClusterPerSegment::key_type segment_fraction_type; std::vector::const_iterator vit = operations.begin();