From cda70f4326afeb2bd9ca1efba17e978c2b66c29a Mon Sep 17 00:00:00 2001 From: Adam Wulkiewicz Date: Fri, 30 May 2014 14:21:19 +0200 Subject: [PATCH] [touches] Fix unused typedef warning --- include/boost/geometry/algorithms/touches.hpp | 5 ----- 1 file changed, 5 deletions(-) diff --git a/include/boost/geometry/algorithms/touches.hpp b/include/boost/geometry/algorithms/touches.hpp index 5ffc3eb34..a06071d42 100644 --- a/include/boost/geometry/algorithms/touches.hpp +++ b/include/boost/geometry/algorithms/touches.hpp @@ -248,11 +248,6 @@ struct areal_areal typename segment_ratio_type::type > turn_info; - typedef detail::overlay::get_turn_info - < - detail::overlay::assign_null_policy - > policy_type; - std::deque turns; detail::touches::areal_interrupt_policy policy; rescale_policy_type robust_policy;