Update IfcIShapeProfileDef.cpp

This commit is contained in:
Thomas Krijnen
2023-02-18 13:00:45 +01:00
committed by GitHub
parent 2f73af7e6a
commit 57d18a0644
-1
View File
@@ -31,7 +31,6 @@ bool IfcGeom::Kernel::convert(const IfcSchema::IfcIShapeProfileDef* l, TopoDS_Sh
const bool hasSlope = !!l->FlangeSlope();
#else
const bool doFlangeEdgeRadius = false;
const bool hasSlope = false;
#endif
const double x1 = l->OverallWidth() / 2.0f * getValue(GV_LENGTH_UNIT);