mirror of https://github.com/CGAL/cgal
Leftover from c9af7a17c9
Remove obsolete CGAL_UNUSED after BOOST_CONCEPT_ASSERTIONS
This commit is contained in:
parent
8e6f695e76
commit
bc3b6eaeb7
|
|
@ -21,7 +21,7 @@ typedef SM::Halfedge_around_target_circulator Face_around_face_circulator;
|
||||||
template <typename Circ>
|
template <typename Circ>
|
||||||
void test()
|
void test()
|
||||||
{
|
{
|
||||||
BOOST_CONCEPT_ASSERT((CGAL::Concepts::BidirectionalCirculator<Circ>)) CGAL_UNUSED;
|
BOOST_CONCEPT_ASSERT((CGAL::Concepts::BidirectionalCirculator<Circ>));
|
||||||
Circ circ;
|
Circ circ;
|
||||||
if(circ){}
|
if(circ){}
|
||||||
if(circ == NULL){}
|
if(circ == NULL){}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue