mirror of
https://github.com/boostorg/geometry.git
synced 2026-02-09 23:22:10 +00:00
geometry.index.rtree: removed unused variable
[SVN r83971]
This commit is contained in:
@@ -733,7 +733,6 @@ public:
|
||||
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 @@ public:
|
||||
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<
|
||||
|
||||
Reference in New Issue
Block a user