mirror of https://github.com/CGAL/cgal
Remove unused variables
This commit is contained in:
parent
ea17a54671
commit
a5f139f9df
|
|
@ -1091,7 +1091,6 @@ private:
|
|||
const typename Octree::Node node_containing_point(const Octree *octree, const Point &p, std::size_t level) {
|
||||
|
||||
// Find the node containing the point
|
||||
bool upperZ, upperY, upperX;
|
||||
typename Octree::Node cur = octree->root();
|
||||
while (!cur.is_null() && cur.depth() < level) {
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue