Remove a warning (unused variable)

This commit is contained in:
Guillaume Damiand 2017-05-11 10:12:08 -04:00 committed by Laurent Rineau
parent 2ad18ad5d7
commit 7cab8ed1bb
1 changed files with 1 additions and 0 deletions

View File

@ -179,6 +179,7 @@ bool test_get_new_mark()
if ( !res )
{
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;
}