From e7936836687cab67164fb45808542e5a47854b11 Mon Sep 17 00:00:00 2001 From: tpaviot Date: Mon, 2 Nov 2020 15:43:07 +0100 Subject: [PATCH] [g++-warning-fix] Removed unused variable --- src/ifcgeom/IfcGeomRepresentation.h | 1 - 1 file changed, 1 deletion(-) diff --git a/src/ifcgeom/IfcGeomRepresentation.h b/src/ifcgeom/IfcGeomRepresentation.h index 63d99c1eb8..0ca0717e1f 100644 --- a/src/ifcgeom/IfcGeomRepresentation.h +++ b/src/ifcgeom/IfcGeomRepresentation.h @@ -284,7 +284,6 @@ namespace IfcGeom { BRepAdaptor_Curve crv(TopoDS::Edge(texp.Current())); GCPnts_QuasiUniformDeflection tessellater(crv, settings().deflection_tolerance()); int n = tessellater.NbPoints(); - int start = (int)_verts.size() / 3; int previous = -1; for (int i = 1; i <= n; ++i) {