mirror of https://github.com/CGAL/cgal
Remove a warning (unused variable)
This commit is contained in:
parent
2ad18ad5d7
commit
7cab8ed1bb
|
|
@ -179,6 +179,7 @@ bool test_get_new_mark()
|
||||||
if ( !res )
|
if ( !res )
|
||||||
{
|
{
|
||||||
std::cerr<<"PB we can reserve NB_MARK+1 !! mark, exit."<<std::endl;
|
std::cerr<<"PB we can reserve NB_MARK+1 !! mark, exit."<<std::endl;
|
||||||
|
map.free_mark(mark); // This is never supposed to occur.
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue