1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-08-04 13:13:25 +03:00

0024913: BRepOffsetAPI_ThruSections::CreateSmoothed contains unused declaration of GeomFill_SectionGenerator

Unused local variable deleted
This commit is contained in:
abv
2014-05-12 09:39:07 +04:00
committed by apn
parent 9efc0d1470
commit fab29dc11a

View File

@@ -624,7 +624,6 @@ void BRepOffsetAPI_ThruSections::CreateSmoothed()
TopLoc_Location loc;
TopoDS_Vertex v1f,v1l,v2f,v2l;
GeomFill_SectionGenerator section;
Standard_Integer nbPnts = 21;
TColgp_Array2OfPnt points(1, nbPnts, 1, nbSects);