Skip to content

Commit

Permalink
unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
afabri committed Jan 14, 2025
1 parent 78296d3 commit ca21c3e
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -63,15 +63,13 @@ class FrechetKdTree

Cartesian_const_iterator_d cartesian_begin() const
{
Construct_cartesian_const_iterator ccc;
Bbcci ppb = endsbbox.cartesian_begin();
Bbcci ppe = endsbbox.cartesian_end();
return Cartesian_const_iterator_d(ppe, bbox.cartesian_begin(), ppb);
}

Cartesian_const_iterator_d cartesian_end() const
{
Construct_cartesian_const_iterator ccc;
Bbcci ppe = endsbbox.cartesian_end();
return Cartesian_const_iterator_d(ppe, bbox.cartesian_begin(), bbox.cartesian_end(), 0);
}
Expand Down

0 comments on commit ca21c3e

Please sign in to comment.