From fab29dc11acb1354a4f330dbb6e7033757680f12 Mon Sep 17 00:00:00 2001 From: abv Date: Mon, 12 May 2014 09:39:07 +0400 Subject: [PATCH] 0024913: BRepOffsetAPI_ThruSections::CreateSmoothed contains unused declaration of GeomFill_SectionGenerator Unused local variable deleted --- src/BRepOffsetAPI/BRepOffsetAPI_ThruSections.cxx | 1 - 1 file changed, 1 deletion(-) 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);