avoid dead store
This commit is contained in:
parent
ad251bb8aa
commit
a7d77e2ed3
@ -243,7 +243,6 @@ int largestComponent(const cvf::Vec3d v)
|
||||
|
||||
if (v.z() > maxLength)
|
||||
{
|
||||
maxLength = v.z();
|
||||
idx = 2;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user