1
1

Cleanup: unused variable

This commit is contained in:
2021-07-05 10:29:21 +02:00
parent 76f7b22989
commit 9075f63e8f

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;