From cbb408b7d53251ec41de68e80e4fa495141ffe3c Mon Sep 17 00:00:00 2001 From: Adam Wulkiewicz Date: Fri, 30 May 2014 15:19:12 +0200 Subject: [PATCH] [transform] Fix unused typedef warnings --- include/boost/geometry/algorithms/transform.hpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/include/boost/geometry/algorithms/transform.hpp b/include/boost/geometry/algorithms/transform.hpp index 11c417e61..7dc917f93 100644 --- a/include/boost/geometry/algorithms/transform.hpp +++ b/include/boost/geometry/algorithms/transform.hpp @@ -153,8 +153,6 @@ struct transform_polygon static inline bool apply(Polygon1 const& poly1, Polygon2& poly2, Strategy const& strategy) { - typedef typename ring_type::type ring1_type; - typedef typename ring_type::type ring2_type; typedef typename point_type::type point2_type; geometry::clear(poly2);