From 73db631e5ed1ee81a7435a768b4fa8a2a2809cde Mon Sep 17 00:00:00 2001 From: eap Date: Mon, 17 Jun 2013 12:39:59 +0000 Subject: [PATCH] unused variable --- src/GEOMAlgo/GEOMAlgo_FinderShapeOn2.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/GEOMAlgo/GEOMAlgo_FinderShapeOn2.cxx b/src/GEOMAlgo/GEOMAlgo_FinderShapeOn2.cxx index 23ed9c354..360c57c9e 100644 --- a/src/GEOMAlgo/GEOMAlgo_FinderShapeOn2.cxx +++ b/src/GEOMAlgo/GEOMAlgo_FinderShapeOn2.cxx @@ -684,7 +684,7 @@ void GEOMAlgo_FinderShapeOn2::InnerPoints(const TopoDS_Face& aF, //modified by NIZNHY-PKV Mon Sep 24 08:42:32 2012f if (!aNb && myNbPntsMin) { // A Standard_Boolean bIsDone, bHasFirstPoint, bHasSecondPoint; - Standard_Integer i, aNb, aIx, iErr, aNbDomains; + Standard_Integer i, aNb, aIx, /*iErr, */aNbDomains; Standard_Real aUMin, aUMax, aVMin, aVMax, dU, aUx, aVx, aV1, aV2; gp_Pnt aPx; gp_Dir2d aD2D (0., 1.); -- 2.39.2