[g++-warning-fix] Removed unused variable

This commit is contained in:
tpaviot
2020-11-02 15:43:07 +01:00
committed by Thomas Krijnen
parent b37ea77934
commit e793683668
-1
View File
@@ -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) {