From 57d18a064483b9a1314cd8fba928751ccb3feb36 Mon Sep 17 00:00:00 2001 From: Thomas Krijnen Date: Sat, 18 Feb 2023 13:00:45 +0100 Subject: [PATCH] Update IfcIShapeProfileDef.cpp --- src/ifcgeom/IfcIShapeProfileDef.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/ifcgeom/IfcIShapeProfileDef.cpp b/src/ifcgeom/IfcIShapeProfileDef.cpp index 57c793ae2e..8cdbcfe85e 100644 --- a/src/ifcgeom/IfcIShapeProfileDef.cpp +++ b/src/ifcgeom/IfcIShapeProfileDef.cpp @@ -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);