PD: Eliminate unused variable in FeatureHole

This commit is contained in:
Chris Hennes
2025-03-22 18:06:51 -05:00
committed by Benjamin Nauck
parent 90432f967f
commit 723d16fcff

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());