|
Boost-Commit : |
Subject: [Boost-commit] svn:boost r83971 - trunk/boost/geometry/index
From: adam.wulkiewicz_at_[hidden]
Date: 2013-04-19 19:01:01
Author: awulkiew
Date: 2013-04-19 19:01:01 EDT (Fri, 19 Apr 2013)
New Revision: 83971
URL: http://svn.boost.org/trac/boost/changeset/83971
Log:
geometry.index.rtree: removed unused variable
Text files modified:
trunk/boost/geometry/index/rtree.hpp | 2 --
1 files changed, 0 insertions(+), 2 deletions(-)
Modified: trunk/boost/geometry/index/rtree.hpp
==============================================================================
--- trunk/boost/geometry/index/rtree.hpp (original)
+++ trunk/boost/geometry/index/rtree.hpp 2013-04-19 19:01:01 EDT (Fri, 19 Apr 2013)
@@ -733,7 +733,6 @@
qbegin(Predicates const& predicates) const
{
static const unsigned nearest_count = detail::predicates_count_nearest<Predicates>::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 @@
qend(Predicates const& predicates) const
{
static const unsigned nearest_count = detail::predicates_count_nearest<Predicates>::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<
Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk