mirror of https://github.com/CGAL/cgal
remove unused variable
This commit is contained in:
parent
99066b4363
commit
71347f28a8
|
|
@ -165,7 +165,6 @@ void test_bool_op_no_copy(
|
|||
assert( count_constrained_edges(tm2, ecm2)==307 );
|
||||
|
||||
typedef std::optional<Triangle_mesh*> OTM;
|
||||
Triangle_mesh *ptr = nullptr;
|
||||
const std::array<OTM,4> output =
|
||||
reverse ? CGAL::make_array(OTM(&tm2), OTM(&tm1), std::optional<Triangle_mesh*>(), std::optional<Triangle_mesh*>())
|
||||
: CGAL::make_array(OTM(&tm1), OTM(&tm2), std::optional<Triangle_mesh*>(), std::optional<Triangle_mesh*>());
|
||||
|
|
|
|||
Loading…
Reference in New Issue