From: Anthony Geay Date: Tue, 14 Apr 2015 07:18:58 +0000 (+0200) Subject: Unwarnigization campaign. X-Git-Tag: V7_6_0b1~1 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=5bfc889400354c865e5bc18e8348ada4fd884188;p=tools%2Fmedcoupling.git Unwarnigization campaign. --- diff --git a/src/MEDLoader/MEDFileMesh.cxx b/src/MEDLoader/MEDFileMesh.cxx index 907194238..f90a4603a 100644 --- a/src/MEDLoader/MEDFileMesh.cxx +++ b/src/MEDLoader/MEDFileMesh.cxx @@ -3624,7 +3624,6 @@ MEDFileUMesh *MEDFileUMesh::buildExtrudedMesh(const MEDCouplingUMesh *m1D, int p { int lev(levs[ii]); MEDCouplingAutoRefCountObjectPtr elt(zeList[ii]); - int nbCellsB4Extrusion(getNumberOfCellsAtLevel(lev)); if(lev<=-1) { MEDCouplingAutoRefCountObjectPtr elt1(getMeshAtLevel(lev+1));