mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-24 05:17:58 +00:00
[g++-warning-fix] Removed unused variable
This commit is contained in:
@@ -284,7 +284,6 @@ namespace IfcGeom {
|
|||||||
BRepAdaptor_Curve crv(TopoDS::Edge(texp.Current()));
|
BRepAdaptor_Curve crv(TopoDS::Edge(texp.Current()));
|
||||||
GCPnts_QuasiUniformDeflection tessellater(crv, settings().deflection_tolerance());
|
GCPnts_QuasiUniformDeflection tessellater(crv, settings().deflection_tolerance());
|
||||||
int n = tessellater.NbPoints();
|
int n = tessellater.NbPoints();
|
||||||
int start = (int)_verts.size() / 3;
|
|
||||||
int previous = -1;
|
int previous = -1;
|
||||||
|
|
||||||
for (int i = 1; i <= n; ++i) {
|
for (int i = 1; i <= n; ++i) {
|
||||||
|
|||||||
Reference in New Issue
Block a user