[overlay] removed unused distance_type

This commit is contained in:
Barend Gehrels
2014-04-24 22:35:34 +02:00
parent 2455677196
commit 30f4bd08b0

View File

@@ -10,9 +10,6 @@
#define BOOST_GEOMETRY_ALGORITHMS_DETAIL_OVERLAY_ENRICHMENT_INFO_HPP
#include <boost/geometry/strategies/distance.hpp>
namespace boost { namespace geometry
{
@@ -31,19 +28,6 @@ namespace detail { namespace overlay
template<typename P>
struct enrichment_info
{
typedef typename strategy::distance::services::return_type
<
typename strategy::distance::services::comparable_type
<
typename strategy::distance::services::default_strategy
<
point_tag,
P
>::type
>::type,
P, P
>::type distance_type;
inline enrichment_info()
: travels_to_vertex_index(-1)
, travels_to_ip_index(-1)
@@ -60,7 +44,6 @@ struct enrichment_info
// index of next IP on this segment, -1 if there is no one
int next_ip_index;
};