Skip to content

Commit 43db5cd

Browse files
committed
remove unused variable in filters.supervoxel
1 parent de59c5a commit 43db5cd

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

filters/SupervoxelFilter.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,6 @@ size_t SupervoxelFilter::estimateClusterCount(PointView &view)
126126
Voxel v = std::make_tuple((int)(std::floor(x / m_R)),
127127
(int)(std::floor(y / m_R)), (int)(std::floor(z / m_R)));
128128

129-
populatedVoxels.insert(v).second;
130129
}
131130
return populatedVoxels.size();
132131
}

0 commit comments

Comments
 (0)