PD: Eliminate unused variable in FeatureHole
This commit is contained in:
committed by
Benjamin Nauck
parent
90432f967f
commit
723d16fcff
@@ -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());
|
||||
|
||||
Reference in New Issue
Block a user