Remove unused variable warning

This commit is contained in:
Guillaume Damiand 2019-12-07 08:33:54 +01:00
parent ffaca9d042
commit 751b74acb8
1 changed files with 1 additions and 1 deletions

View File

@ -146,7 +146,7 @@ public:
template<unsigned int i>
bool is_free(Dart_const_handle /* dh */) const
{ return false; } // Not possible to have a free dart with an HEG.
bool is_free(Dart_const_handle dh, unsigned int i) const
bool is_free(Dart_const_handle /*dh*/, unsigned int /*i*/) const
{ return false; } // Not possible to have a free dart with an HEG.
bool is_perforated(Dart_const_handle dh) const