avoid dead store

This commit is contained in:
Arne Morten Kvarving 2023-05-09 10:33:59 +02:00
parent ad251bb8aa
commit a7d77e2ed3

View File

@ -243,7 +243,6 @@ int largestComponent(const cvf::Vec3d v)
if (v.z() > maxLength)
{
maxLength = v.z();
idx = 2;
}