From: eap Date: Mon, 17 Jun 2013 12:39:59 +0000 (+0000) Subject: unused variable X-Git-Tag: BR_hydro_v_0_3_1~193 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=73db631e5ed1ee81a7435a768b4fa8a2a2809cde;p=modules%2Fgeom.git unused variable --- 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.);