diff --git a/src/BRepOffsetAPI/BRepOffsetAPI_ThruSections.cxx b/src/BRepOffsetAPI/BRepOffsetAPI_ThruSections.cxx index c0bc68a105..dc42b186c5 100644 --- a/src/BRepOffsetAPI/BRepOffsetAPI_ThruSections.cxx +++ b/src/BRepOffsetAPI/BRepOffsetAPI_ThruSections.cxx @@ -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);