From 9a0a25dd2dec161e639fa39af8ea827f2941c5f9 Mon Sep 17 00:00:00 2001 From: azv Date: Wed, 2 Oct 2019 08:33:10 +0300 Subject: [PATCH] Uncomment method for code coverage. --- src/GeomAPI/GeomAPI_Curve.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/GeomAPI/GeomAPI_Curve.cpp b/src/GeomAPI/GeomAPI_Curve.cpp index 9c5330a86..2ffc94646 100644 --- a/src/GeomAPI/GeomAPI_Curve.cpp +++ b/src/GeomAPI/GeomAPI_Curve.cpp @@ -125,8 +125,6 @@ bool GeomAPI_Curve::isTrimmed() const return !isNull() && MY_CURVE->DynamicType() == STANDARD_TYPE(Geom_TrimmedCurve); } -// unused in the unit tests for now -// LCOV_EXCL_START GeomCurvePtr GeomAPI_Curve::basisCurve() const { Handle(Geom_Curve) aCurve = MY_CURVE; @@ -137,7 +135,6 @@ GeomCurvePtr GeomAPI_Curve::basisCurve() const aNewCurve->setImpl(new Handle(Geom_Curve)(aCurve)); return aNewCurve; } -// LCOV_EXCL_STOP const std::shared_ptr GeomAPI_Curve::project( -- 2.39.2