From d3e83c38181b649090abbf7bad84bea2e2bfa385 Mon Sep 17 00:00:00 2001 From: Adam Wulkiewicz Date: Fri, 19 Apr 2013 23:01:01 +0000 Subject: [PATCH] geometry.index.rtree: removed unused variable [SVN r83971] --- include/boost/geometry/index/rtree.hpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/include/boost/geometry/index/rtree.hpp b/include/boost/geometry/index/rtree.hpp index be2b7b5e3..1cdbd88dd 100644 --- a/include/boost/geometry/index/rtree.hpp +++ b/include/boost/geometry/index/rtree.hpp @@ -733,7 +733,6 @@ public: qbegin(Predicates const& predicates) const { static const unsigned nearest_count = detail::predicates_count_nearest::value; - static const bool is_nearest = 0 < nearest_count; BOOST_MPL_ASSERT_MSG((nearest_count <= 1), PASS_ONLY_ONE_NEAREST_PREDICATE, (Predicates)); typedef typename boost::mpl::if_c< @@ -763,7 +762,6 @@ public: qend(Predicates const& predicates) const { static const unsigned nearest_count = detail::predicates_count_nearest::value; - static const bool is_nearest = 0 < nearest_count; BOOST_MPL_ASSERT_MSG((nearest_count <= 1), PASS_ONLY_ONE_NEAREST_PREDICATE, (Predicates)); typedef typename boost::mpl::if_c<