Cleanup: unused variable

This commit is contained in:
Jacques Lucke 2021-07-05 10:29:21 +02:00
parent 76f7b22989
commit 9075f63e8f
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ struct NumChannelsOp {
int num_channels = 0;
template<typename GridType, typename FloatGridType, typename FloatDataType, int channels>
bool operator()(const openvdb::GridBase::ConstPtr &grid)
bool operator()(const openvdb::GridBase::ConstPtr &)
{
num_channels = channels;
return true;