PD: Eliminate unused variable in FeatureHole

This commit is contained in:
Chris Hennes
2025-03-23 18:25:40 +01:00
committed by Benjamin Nauck
parent 90432f967f
commit 723d16fcff
-2
View File
@@ -2168,9 +2168,7 @@ TopoShape Hole::findHoles(std::vector<TopoShape> &holes,
{
TopoShape result(0);
int i = 0;
for(const auto &profileEdge : profileshape.getSubTopoShapes(TopAbs_EDGE)) {
++i;
Standard_Real c_start;
Standard_Real c_end;
TopoDS_Edge edge = TopoDS::Edge(profileEdge.getShape());