#4348 System , cppcheck : Remove unused variables

This commit is contained in:
Magne Sjaastad
2019-04-20 14:10:46 +02:00
parent 4ec289a7fa
commit 3c2f4eb692
3 changed files with 1 additions and 5 deletions

View File

@@ -384,8 +384,6 @@ cvf::ref<cvf::DrawableGeo> RivPipeGeometryGenerator::generateVariableRadiusTube(
const cvf::Vec3dArray* cylinderCenterCoords,
const std::vector<double>& radii)
{
const double epsilon = 1.0e-8;
CVF_ASSERT(cylinderCenterCoords != nullptr);
// Calculate first valid pipe direction, to be able to handle centerNodes in the same place