mirror of https://github.com/CGAL/cgal
removed unused parameter
This commit is contained in:
parent
5fd2a4022e
commit
cc6c1dce1b
|
|
@ -430,7 +430,7 @@ public:
|
|||
template <typename Functor>
|
||||
static void for_each_vertex(Functor& f,
|
||||
std::vector<vertex_descriptor>& vertices,
|
||||
const Orthtree& o,
|
||||
const Orthtree&,
|
||||
Parallel_tag)
|
||||
{
|
||||
auto iterator = [&](const tbb::blocked_range<std::size_t>& r)
|
||||
|
|
|
|||
Loading…
Reference in New Issue